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(LLRPBitList bitList,
int bitIndex,
int length) |
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, toStringtoXMLStringpublic UnsignedShort(LLRPBitList bitList, int bitIndex, int length)
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()
LLRPTypeencodeBinary in class LLRPTypepublic static int length()
public java.lang.Integer toInteger()
toInteger in class LLRPNumberTypepublic int intValue()
intValue in class LLRPNumberTypepublic short toShort()
public void decodeBinary(LLRPBitList list)
LLRPTypedecodeBinary in class LLRPTypelist - to be decodedpublic void decodeXML(org.jdom.Element element)
LLRPTypepublic org.jdom.Content encodeXML(java.lang.String name,
org.jdom.Namespace ns)
LLRPTypepublic boolean inRange(long value)
inRange in class LLRPNumberTypeCopyright © 2007 ETH Zurich.