public class UnsignedLong_DATETIME extends UnsignedLong
LENGTH, valuesigned| Constructor and Description |
|---|
UnsignedLong_DATETIME() |
UnsignedLong_DATETIME(org.jdom.Element element)
Creates a new UnsignedLong_DATETIME object from jdom element - used for
xml decoding
|
UnsignedLong_DATETIME(LLRPBitList bitList)
Creates a new UnsignedLong_DATETIME object.
|
UnsignedLong_DATETIME(LLRPBitList bitList,
int bitIndex,
int length) |
UnsignedLong_DATETIME(long aLong)
unsigned long encoded in datetime Format.
|
UnsignedLong_DATETIME(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.
|
static int |
length()
length in number of bits used to represent this type.
|
java.lang.String |
toString()
String representation
|
decodeBinary, encodeBinary, equals, hashCode, inRange, inRange, intValue, toBigInteger, toInteger, toLong, toStringequalstoXMLStringpublic UnsignedLong_DATETIME(long aLong)
aLong - public UnsignedLong_DATETIME()
public UnsignedLong_DATETIME(java.lang.String string)
string - public UnsignedLong_DATETIME(org.jdom.Element element)
element - to be decodedpublic UnsignedLong_DATETIME(LLRPBitList bitList)
bitList - to be decodedpublic UnsignedLong_DATETIME(LLRPBitList bitList, int bitIndex, int length)
public static int length()
public void decodeXML(org.jdom.Element element)
LLRPTypedecodeXML in class UnsignedLongelement - to be decodedpublic org.jdom.Content encodeXML(java.lang.String name,
org.jdom.Namespace ns)
LLRPTypeencodeXML in class UnsignedLongname - returned content should havens - Namespace of elementspublic java.lang.String toString()
LLRPTypetoString in class LLRPNumberTypeCopyright © 2007 ETH Zurich.