org.simantics.databoard.primitives
Class UnsignedShort.Mutable
java.lang.Object
java.lang.Number
org.simantics.databoard.primitives.UnsignedShort
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
Methods inherited from class java.lang.Number |
byteValue, shortValue |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
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
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)