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