Drools Workbench - Guided Decision Tree Model 6.2.0.Final

org.drools.workbench.models.guided.dtree.shared.model.values.impl
Class ByteValue

java.lang.Object
  extended by org.drools.workbench.models.guided.dtree.shared.model.values.impl.ByteValue
All Implemented Interfaces:
Value<Byte>

public class ByteValue
extends Object
implements Value<Byte>


Constructor Summary
ByteValue()
           
ByteValue(Byte value)
           
ByteValue(ByteValue value)
           
 
Method Summary
 boolean equals(Object o)
           
 Byte getValue()
           
 int hashCode()
           
 void setValue(Byte value)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteValue

public ByteValue()

ByteValue

public ByteValue(Byte value)

ByteValue

public ByteValue(ByteValue value)
Method Detail

setValue

public void setValue(String value)
Specified by:
setValue in interface Value<Byte>

setValue

public void setValue(Byte value)
Specified by:
setValue in interface Value<Byte>

getValue

public Byte getValue()
Specified by:
getValue in interface Value<Byte>

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Drools Workbench - Guided Decision Tree Model 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.