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, toString
toXMLString
public 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)
LLRPType
encodeXML
in class UnsignedShortArray
name
- returned content should havens
- Namespace of elementspublic void decodeXML(org.jdom.Element element)
LLRPType
decodeXML
in class UnsignedShortArray
element
- to be decodedpublic java.lang.String toString()
LLRPType
toString
in class UnsignedShortArray
Copyright © 2007 ETH Zurich.