Package com.nt.udc.ndk.node
Class UINT128Field
java.lang.Object
com.nt.udc.ndk.node.DCField
com.nt.udc.ndk.node.BytesField
com.nt.udc.ndk.node.UINT128Field
- All Implemented Interfaces:
Serializable
,Cloneable
The class UINT128Field.
It deal with the UINT128 attribute
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUINT128Field
(int id, byte[] val) UINT128Field
(FieldKey key, byte[] val) UINT128Field
(String id, byte[] val) -
Method Summary
Methods inherited from class com.nt.udc.ndk.node.BytesField
setValue
Methods inherited from class com.nt.udc.ndk.node.DCField
clone, 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, writeValueToStream
-
Field Details
-
LENGTH
public static final int LENGTH- See Also:
-
-
Constructor Details
-
UINT128Field
public UINT128Field(int id, byte[] val) -
UINT128Field
-
UINT128Field
-
-
Method Details
-
getType
public int getType()- Overrides:
getType
in classBytesField
- Returns:
- the type for this DCField object
-
getBigIntegerValue
- Throws:
ClassCastException
-
getStringValue
- Overrides:
getStringValue
in classBytesField
- Throws:
ClassCastException
-