public class IntField extends DCField
| Modifier and Type | Field and Description |
|---|---|
static int |
LENGTH |
| Constructor and Description |
|---|
IntField() |
IntField(FieldKey key) |
IntField(FieldKey key,
int val) |
IntField(int id,
byte[] val)
Deprecated.
Use new IntField(FieldKey) followed by setValue(byte[])
|
IntField(int id,
int val)
Deprecated.
Use new IntField(FieldKEy,int)
|
IntField(java.lang.String id,
byte[] val)
Deprecated.
Use new IntField(FieldKey) followed by setValue(byte[])
|
IntField(java.lang.String id,
int val)
Deprecated.
Use new IntField(FieldKey key,int val)
|
| Modifier and Type | Method and Description |
|---|---|
byte |
getByteValue() |
java.util.Date |
getDateValue() |
double |
getDoubleValue() |
float |
getFloatValue() |
int |
getIntValue() |
long |
getLongValue() |
java.lang.String |
getStringValue() |
int |
getType() |
void |
setValue(byte[] val,
int offset,
int len) |
void |
setValue(int i)
Sets the value of this IntField from the given int value
|
void |
setValue(java.lang.String s)
Sets the value of this IntField from the given String
|
clone, create, dup, equals, equalsValue, getBytes, getBytesValue, getDCField, getDCField, getDCField, getID, getKey, getLength, 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 IntField(int id,
int val)
public IntField()
public IntField(FieldKey key)
public IntField(FieldKey key, int val)
public IntField(java.lang.String id,
int val)
public IntField(int id,
byte[] val)
public IntField(java.lang.String id,
byte[] val)
public void setValue(int i)
throws NDKException
NDKExceptionpublic void setValue(byte[] val,
int offset,
int len)
public void setValue(java.lang.String s)
throws NDKException
NDKExceptionpublic int getType()
public int getIntValue()
throws java.lang.ClassCastException
getIntValue in class DCFieldjava.lang.ClassCastExceptionpublic byte getByteValue()
throws java.lang.ClassCastException
getByteValue in class DCFieldjava.lang.ClassCastExceptionpublic java.util.Date getDateValue()
throws java.lang.ClassCastException
getDateValue in class DCFieldjava.lang.ClassCastExceptionpublic double getDoubleValue()
throws java.lang.ClassCastException
getDoubleValue in class DCFieldjava.lang.ClassCastExceptionpublic float getFloatValue()
throws java.lang.ClassCastException
getFloatValue in class DCFieldjava.lang.ClassCastExceptionpublic long getLongValue()
throws java.lang.ClassCastException
getLongValue in class DCFieldjava.lang.ClassCastExceptionpublic java.lang.String getStringValue()
throws java.lang.ClassCastException
getStringValue in class DCFieldjava.lang.ClassCastException