public class Integer96_HEX extends UnsignedInteger96
LENGTH, value
signed
Constructor and Description |
---|
Integer96_HEX() |
Integer96_HEX(org.jdom.Element element) |
Integer96_HEX(LLRPBitList list) |
Integer96_HEX(long value) |
Integer96_HEX(java.lang.String string) |
Integer96_HEX(java.lang.String string,
int 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.
|
static int |
length()
length in number of bits used to represent this type.
|
java.lang.String |
toString()
String representation
|
decodeBinary, encodeBinary, inRange, inRange, setBits, toInteger, toString
equals, hashCode, intValue
toXMLString
public Integer96_HEX()
public Integer96_HEX(LLRPBitList list)
public Integer96_HEX(long value)
public Integer96_HEX(org.jdom.Element element)
public Integer96_HEX(java.lang.String string)
public Integer96_HEX(java.lang.String string, int radix)
public static int length()
public org.jdom.Content encodeXML(java.lang.String name, org.jdom.Namespace ns)
LLRPType
encodeXML
in class UnsignedInteger96
name
- returned content should havens
- Namespace of elementspublic void decodeXML(org.jdom.Element element)
LLRPType
decodeXML
in class UnsignedInteger96
element
- to be decodedpublic java.lang.String toString()
LLRPType
toString
in class UnsignedInteger96
Copyright © 2007 ETH Zurich.