|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.llrp.ltk.types.LLRPType
org.llrp.ltk.types.LLRPNumberType
org.llrp.ltk.types.UnsignedLong
org.llrp.ltk.types.UnsignedLong_DATETIME
public class UnsignedLong_DATETIME
| Field Summary |
|---|
| Fields inherited from class org.llrp.ltk.types.UnsignedLong |
|---|
LENGTH, value |
| Fields inherited from class org.llrp.ltk.types.LLRPNumberType |
|---|
signed |
| Constructor Summary | |
|---|---|
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)
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class org.llrp.ltk.types.UnsignedLong |
|---|
decodeBinary, encodeBinary, equals, hashCode, inRange, inRange, toBigInteger, toInteger, toLong, toString |
| Methods inherited from class org.llrp.ltk.types.LLRPNumberType |
|---|
equals, intValue |
| Methods inherited from class org.llrp.ltk.types.LLRPType |
|---|
toXMLString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
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 decoded| Method Detail |
|---|
public static int length()
public void decodeXML(org.jdom.Element element)
LLRPType
decodeXML in class UnsignedLongelement - to be decoded
public org.jdom.Content encodeXML(java.lang.String name,
org.jdom.Namespace ns)
LLRPType
encodeXML in class UnsignedLongname - returned content should havens - Namespace of elementspublic java.lang.String toString()
LLRPType
toString in class LLRPNumberType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||