org.drools.workbench.models.guided.dtree.shared.model.values.impl
Class ByteValue
java.lang.Object
org.drools.workbench.models.guided.dtree.shared.model.values.impl.ByteValue
- All Implemented Interfaces:
- Value<Byte>
public class ByteValue
- extends Object
- implements Value<Byte>
ByteValue
public ByteValue()
ByteValue
public ByteValue(Byte value)
ByteValue
public ByteValue(ByteValue value)
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
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.