org.llrp.ltk.types
Class BytesToEnd_HEX

java.lang.Object
  extended by org.llrp.ltk.types.LLRPType
      extended by org.llrp.ltk.types.BytesToEnd
          extended by org.llrp.ltk.types.BytesToEnd_HEX

public class BytesToEnd_HEX
extends BytesToEnd

BytesToEnd in HEX format.


Field Summary
 
Fields inherited from class org.llrp.ltk.types.BytesToEnd
bytes
 
Constructor Summary
BytesToEnd_HEX()
          class representing BytesToEnd in Hex format.
BytesToEnd_HEX(org.jdom.Element element)
          BytesToEnd created from XML element
BytesToEnd_HEX(LLRPBitList list)
          bits interpreted to be in hexadecimal format.
BytesToEnd_HEX(java.lang.String hexString)
           
 
Method Summary
 void decodeXML(org.jdom.Element element)
          decode JDOM Element
 org.jdom.Content encodeXML(java.lang.String name, org.jdom.Namespace ns)
          encode to XML
 java.lang.String toString()
          Bytes in HEX Format
 
Methods inherited from class org.llrp.ltk.types.BytesToEnd
add, decodeBinary, encodeBinary, get, getByteLength, inRange, length, size, toString
 
Methods inherited from class org.llrp.ltk.types.LLRPType
toXMLString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BytesToEnd_HEX

public BytesToEnd_HEX()
class representing BytesToEnd in Hex format.


BytesToEnd_HEX

public BytesToEnd_HEX(LLRPBitList list)
bits interpreted to be in hexadecimal format.

Parameters:
list -

BytesToEnd_HEX

public BytesToEnd_HEX(org.jdom.Element element)
BytesToEnd created from XML element

Parameters:
element -

BytesToEnd_HEX

public BytesToEnd_HEX(java.lang.String hexString)
Parameters:
hexString - String in Hexadecimal format
Method Detail

encodeXML

public org.jdom.Content encodeXML(java.lang.String name,
                                  org.jdom.Namespace ns)
encode to XML

Overrides:
encodeXML in class BytesToEnd
Parameters:
name - of element
ns - Namespace

decodeXML

public void decodeXML(org.jdom.Element element)
decode JDOM Element

Overrides:
decodeXML in class BytesToEnd
Parameters:
element - to decode

toString

public java.lang.String toString()
Bytes in HEX Format

Overrides:
toString in class BytesToEnd
Returns:
String


Copyright © 2007 ETH Zurich.