public class UnsignedShort extends LLRPNumberType
Modifier and Type | Field and Description |
---|---|
protected java.lang.Integer |
value |
signed
Constructor and Description |
---|
UnsignedShort()
Creates a new UnsignedShort object.
|
UnsignedShort(org.jdom.Element element)
Creates a new UnsignedShort object from jdom element - used for xml
decoding
|
UnsignedShort(int value) |
UnsignedShort(java.lang.Integer value)
Creates a new UnsignedShort object.
|
UnsignedShort(LLRPBitList bitList)
Creates a new UnsignedShort object.
|
UnsignedShort(java.lang.Short value)
Creates a new UnsignedShort object - might loose precision
|
UnsignedShort(java.lang.String valueString)
Creates a new UnsignedShort object.
|
UnsignedShort(java.lang.String valueString,
int radix)
String representation in specified radix.
|
Modifier and Type | Method and Description |
---|---|
void |
decodeBinary(LLRPBitList list)
decode
|
void |
decodeXML(org.jdom.Element element)
create objects from xml.
|
LLRPBitList |
encodeBinary()
encode this value
|
org.jdom.Content |
encodeXML(java.lang.String name,
org.jdom.Namespace ns)
create xml representation of this parameter.
|
boolean |
inRange(long value) |
boolean |
inRange(java.lang.String valueString) |
int |
intValue() |
static int |
length() |
java.lang.Integer |
toInteger()
wrap UnsignedShort Integer Integer
|
short |
toShort()
this might return a false value.
|
java.lang.String |
toString(int radix) |
equals, hashCode, toString
toXMLString
public UnsignedShort(java.lang.Short value)
value
- to setpublic UnsignedShort(int value)
public UnsignedShort(org.jdom.Element element)
element
- to be decodedpublic UnsignedShort()
public UnsignedShort(java.lang.String valueString, int radix)
public UnsignedShort(java.lang.Integer value)
value
- to setpublic UnsignedShort(java.lang.String valueString)
valueString
- value as stringpublic UnsignedShort(LLRPBitList bitList)
bitList
- to be decodedpublic LLRPBitList encodeBinary()
LLRPType
encodeBinary
in class LLRPType
public static int length()
public java.lang.Integer toInteger()
toInteger
in class LLRPNumberType
public int intValue()
intValue
in class LLRPNumberType
public short toShort()
public void decodeBinary(LLRPBitList list)
LLRPType
decodeBinary
in class LLRPType
list
- to be decodedpublic void decodeXML(org.jdom.Element element)
LLRPType
public org.jdom.Content encodeXML(java.lang.String name, org.jdom.Namespace ns)
LLRPType
public boolean inRange(long value)
inRange
in class LLRPNumberType
Copyright © 2007 ETH Zurich.