org.simantics.databoard.primitives
Class UnsignedShort.Mutable

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

public static class UnsignedShort.Mutable
extends UnsignedShort

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.simantics.databoard.primitives.UnsignedShort
UnsignedShort.Immutable, UnsignedShort.Mutable
 
Field Summary
 
Fields inherited from class org.simantics.databoard.primitives.UnsignedShort
L_MAX_VALUE, L_MIN_VALUE, MAX_VALUE, MIN_VALUE, ZERO
 
Constructor Summary
UnsignedShort.Mutable(int value)
           
UnsignedShort.Mutable(long value)
           
UnsignedShort.Mutable(java.lang.String stringValue)
           
 
Method Summary
static UnsignedShort fromBits(int intBits)
           
 void setBits(int intBits)
           
 void setValue(int value)
           
 void setValue(long value)
           
 
Methods inherited from class org.simantics.databoard.primitives.UnsignedShort
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

UnsignedShort.Mutable

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

UnsignedShort.Mutable

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

UnsignedShort.Mutable

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

fromBits

public static UnsignedShort fromBits(int intBits)

setBits

public void setBits(int intBits)

setValue

public void setValue(int value)

setValue

public void setValue(long value)