public class SignedByte extends LLRPNumberType
Modifier and Type | Field and Description |
---|---|
protected java.lang.Integer |
value |
signed
Constructor and Description |
---|
SignedByte()
Creates a new SignedByte object.
|
SignedByte(byte value)
Creates a new SignedByte object.
|
SignedByte(org.jdom.Element element)
Creates a new SignedByte object.
|
SignedByte(int value) |
SignedByte(java.lang.Integer value)
Creates a new SignedByte object from Integer.
|
SignedByte(LLRPBitList bitList)
Creates a new SignedByte object.
|
SignedByte(java.lang.String stringValue)
Creates a new SignedByte object.
|
SignedByte(java.lang.String valueString,
int radix)
String representation in specified radix.
|
Modifier and Type | Method and Description |
---|---|
void |
decodeBinary(LLRPBitList list)
decode
|
void |
decodeXML(org.jdom.Element element)
create objects from xml.
|
LLRPBitList |
encodeBinary()
encode this value
|
org.jdom.Content |
encodeXML(java.lang.String name,
org.jdom.Namespace ns)
create xml representation of this parameter.
|
boolean |
inRange(long value) |
boolean |
inRange(java.lang.String valueString) |
int |
intValue() |
static int |
length()
number of bits used to represent this type.
|
byte |
toByte()
this represented as byte - no loss of precision.
|
java.lang.Integer |
toInteger()
this represented as Integereger - no loss of precision.
|
java.lang.String |
toString()
String representation
|
java.lang.String |
toString(int radix) |
equals, hashCode
toXMLString
public SignedByte(byte value)
value
- to setpublic SignedByte(java.lang.String stringValue)
stringValue
- value as stringpublic SignedByte(java.lang.Integer value)
value
- to setpublic SignedByte(int value)
public SignedByte(java.lang.String valueString, int radix)
public SignedByte(LLRPBitList bitList)
bitList
- to be decodedpublic SignedByte(org.jdom.Element element)
element
- to be decodedpublic SignedByte()
public static int length()
public byte toByte()
public java.lang.Integer toInteger()
toInteger
in class LLRPNumberType
public int intValue()
intValue
in class LLRPNumberType
public void decodeXML(org.jdom.Element element)
LLRPType
public org.jdom.Content encodeXML(java.lang.String name, org.jdom.Namespace ns)
LLRPType
public void decodeBinary(LLRPBitList list)
LLRPType
decodeBinary
in class LLRPType
list
- to be decodedpublic LLRPBitList encodeBinary()
LLRPType
encodeBinary
in class LLRPType
public java.lang.String toString()
LLRPType
toString
in class LLRPNumberType
public boolean inRange(long value)
inRange
in class LLRPNumberType
Copyright © 2007 ETH Zurich.