public class UnsignedShortArray_HEX extends UnsignedShortArray
shorts| Constructor and Description |
|---|
UnsignedShortArray_HEX()
Creates a new UnsignedShortArray_HEX object.
|
UnsignedShortArray_HEX(org.jdom.Element element) |
UnsignedShortArray_HEX(int length)
Creates a new UnsignedShortArray object.
|
UnsignedShortArray_HEX(LLRPBitList bits)
first 16 bits of LLRPBitlist must indicate number of entries that follow
|
UnsignedShortArray_HEX(LLRPBitList bitList,
int bitIndex,
int length) |
UnsignedShortArray_HEX(short[] data) |
UnsignedShortArray_HEX(java.lang.String string) |
| Modifier and Type | Method and Description |
|---|---|
void |
decodeXML(org.jdom.Element element)
create objects from xml.
|
org.jdom.Content |
encodeXML(java.lang.String name,
org.jdom.Namespace ns)
create xml representation of this parameter.
|
java.lang.String |
toString()
String representation
|
add, decodeBinary, encodeBinary, equals, get, getBitLength, getByteLength, hashCode, inRange, length, set, size, toShortArray, toStringtoXMLStringpublic UnsignedShortArray_HEX(org.jdom.Element element)
public UnsignedShortArray_HEX(int length)
length - of arraypublic UnsignedShortArray_HEX(short[] data)
public UnsignedShortArray_HEX(java.lang.String string)
string - public UnsignedShortArray_HEX(LLRPBitList bits)
bits - to be decodedpublic UnsignedShortArray_HEX(LLRPBitList bitList, int bitIndex, int length)
public UnsignedShortArray_HEX()
public org.jdom.Content encodeXML(java.lang.String name,
org.jdom.Namespace ns)
LLRPTypeencodeXML in class UnsignedShortArrayname - returned content should havens - Namespace of elementspublic void decodeXML(org.jdom.Element element)
LLRPTypedecodeXML in class UnsignedShortArrayelement - to be decodedpublic java.lang.String toString()
LLRPTypetoString in class UnsignedShortArrayCopyright © 2007 ETH Zurich.