public class UINT128Field extends BytesField
| Modifier and Type | Field and Description |
|---|---|
static int |
LENGTH |
| Constructor and Description |
|---|
UINT128Field(FieldKey key,
byte[] val) |
UINT128Field(int id,
byte[] val) |
UINT128Field(java.lang.String id,
byte[] val) |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
getBigIntegerValue() |
java.lang.String |
getStringValue() |
int |
getType() |
setValueclone, create, dup, equals, equalsValue, getBytes, getBytesValue, getByteValue, getDateValue, getDCField, getDCField, getDCField, getDoubleValue, getFloatValue, getID, getIntValue, getKey, getLength, getLongValue, getShortValue, getStaticAttrLength, init, init, init, isEmpty, isVarLength, makeAttrfromBytes, makeAttrfromBytes, makeAttrfromBytes, makeAttrfromBytes, makeAttrfromStream, readValueFromStream, setID, setID, setKey, setType, setValue, toString, writeValueToStreampublic static final int LENGTH
public UINT128Field(int id,
byte[] val)
public UINT128Field(java.lang.String id,
byte[] val)
public UINT128Field(FieldKey key, byte[] val)
public int getType()
getType in class BytesFieldpublic java.math.BigInteger getBigIntegerValue()
throws java.lang.ClassCastException
java.lang.ClassCastExceptionpublic java.lang.String getStringValue()
throws java.lang.ClassCastException
getStringValue in class BytesFieldjava.lang.ClassCastException