public class UnsignedByte_HEX extends UnsignedByte
value
signed
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(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, length, toByte, toInteger
equals, hashCode, intValue
toXMLString
public 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()
public UnsignedByte_HEX(java.lang.String valueString, int radix)
public UnsignedByte_HEX(org.jdom.Element element)
public void decodeXML(org.jdom.Element element)
LLRPType
decodeXML
in class UnsignedByte
element
- to be decodedpublic org.jdom.Content encodeXML(java.lang.String name, org.jdom.Namespace ns)
LLRPType
encodeXML
in class UnsignedByte
name
- returned content should havens
- Namespace of elementspublic java.lang.String toString(int radix)
toString
in class UnsignedByte
public java.lang.String toString()
LLRPType
toString
in class UnsignedByte
Copyright © 2007 ETH Zurich.