public class UnsignedByte_HEX extends UnsignedByte
valuesigned| Constructor and Description |
|---|
UnsignedByte_HEX()
Creates a new UnsignedByte_HEX object.
|
UnsignedByte_HEX(byte value)
Creates a new UnsignedByte_HEX object from byte
|
UnsignedByte_HEX(org.jdom.Element element) |
UnsignedByte_HEX(int value)
Creates a new UnsignedByte_HEX object.
|
UnsignedByte_HEX(LLRPBitList bitList)
Creates a new UnsignedByte_HEX object.
|
UnsignedByte_HEX(LLRPBitList bitList,
int bitIndex,
int length) |
UnsignedByte_HEX(java.lang.String valueString)
Creates a new UnsignedByte_HEX object.
|
UnsignedByte_HEX(java.lang.String valueString,
int radix)
String representation in specified radix.
|
| 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
|
java.lang.String |
toString(int radix) |
decodeBinary, encodeBinary, inRange, inRange, intValue, length, toByte, toIntegerequals, hashCodetoXMLStringpublic UnsignedByte_HEX(int value)
value - to setpublic UnsignedByte_HEX(byte value)
value - interpreted as unsigned bytepublic UnsignedByte_HEX(java.lang.String valueString)
valueString - value as stringpublic UnsignedByte_HEX(LLRPBitList bitList)
bitList - to be decodedpublic UnsignedByte_HEX(LLRPBitList bitList, int bitIndex, int length)
public UnsignedByte_HEX()
public UnsignedByte_HEX(java.lang.String valueString,
int radix)
public UnsignedByte_HEX(org.jdom.Element element)
public void decodeXML(org.jdom.Element element)
LLRPTypedecodeXML in class UnsignedByteelement - to be decodedpublic org.jdom.Content encodeXML(java.lang.String name,
org.jdom.Namespace ns)
LLRPTypeencodeXML in class UnsignedBytename - returned content should havens - Namespace of elementspublic java.lang.String toString(int radix)
toString in class UnsignedBytepublic java.lang.String toString()
LLRPTypetoString in class UnsignedByteCopyright © 2007 ETH Zurich.