org.simantics.databoard.primitives
Class UnsignedShort.Immutable

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

public static class UnsignedShort.Immutable
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.Immutable(int value)
           
UnsignedShort.Immutable(long value)
           
UnsignedShort.Immutable(java.lang.String stringValue)
           
 
Method Summary
static UnsignedShort fromBits(int intBits)
           
 
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.Immutable

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

UnsignedShort.Immutable

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

UnsignedShort.Immutable

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

fromBits

public static UnsignedShort fromBits(int intBits)