org.simantics.databoard.primitives
Class UnsignedByte.Mutable

java.lang.Object
  extended by java.lang.Number
      extended by org.simantics.databoard.primitives.UnsignedByte
          extended by org.simantics.databoard.primitives.UnsignedByte.Mutable
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<java.lang.Number>
Enclosing class:
UnsignedByte

public static class UnsignedByte.Mutable
extends UnsignedByte

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.simantics.databoard.primitives.UnsignedByte
UnsignedByte.Immutable, UnsignedByte.Mutable
 
Field Summary
 
Fields inherited from class org.simantics.databoard.primitives.UnsignedByte
L_MAX_VALUE, L_MIN_VALUE, MAX_VALUE, MIN_VALUE, ZERO
 
Constructor Summary
UnsignedByte.Mutable(int value)
           
UnsignedByte.Mutable(long value)
           
UnsignedByte.Mutable(java.lang.String stringValue)
           
 
Method Summary
static UnsignedByte.Mutable fromBits(int intBits)
           
 void setBits(int intBits)
           
 void setValue(int value)
           
 void setValue(long value)
           
 
Methods inherited from class org.simantics.databoard.primitives.UnsignedByte
compareTo, doubleValue, equals, floatValue, hashCode, intValue, longValue, toBits, toString, valueOf
 
Methods inherited from class java.lang.Number
byteValue, shortValue
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsignedByte.Mutable

public UnsignedByte.Mutable(int value)
                     throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

UnsignedByte.Mutable

public UnsignedByte.Mutable(long value)
                     throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

UnsignedByte.Mutable

public UnsignedByte.Mutable(java.lang.String stringValue)
                     throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException
Method Detail

fromBits

public static UnsignedByte.Mutable fromBits(int intBits)

setBits

public void setBits(int intBits)

setValue

public void setValue(int value)

setValue

public void setValue(long value)