public class SecondsField extends DCField
Modifier and Type | Field and Description |
---|---|
static int |
LENGTH |
Constructor and Description |
---|
SecondsField(FieldKey key,
int val) |
SecondsField(int val) |
SecondsField(int id,
byte[] val) |
SecondsField(int id,
int val) |
SecondsField(java.lang.String id,
byte[] val) |
SecondsField(java.lang.String id,
int val) |
Modifier and Type | Method and Description |
---|---|
byte |
getByteValue() |
java.util.Date |
getDateValue() |
double |
getDoubleValue() |
float |
getFloatValue() |
int |
getIntValue() |
long |
getLongValue() |
short |
getShortValue() |
java.lang.String |
getStringValue() |
int |
getType() |
void |
setValue(int i)
Sets the value of this SecondsField from the given int value
|
clone, create, dup, equals, equalsValue, getBytes, getBytesValue, getDCField, getDCField, getDCField, getID, getKey, getLength, getStaticAttrLength, init, init, init, isEmpty, isVarLength, makeAttrfromBytes, makeAttrfromBytes, makeAttrfromBytes, makeAttrfromBytes, makeAttrfromStream, readValueFromStream, setID, setID, setKey, setType, setValue, toString, writeValueToStream
public static final int LENGTH
public SecondsField(int val)
public SecondsField(int id, byte[] val)
public SecondsField(java.lang.String id, byte[] val)
public SecondsField(int id, int val)
public SecondsField(java.lang.String id, int val)
public SecondsField(FieldKey key, int val)
public void setValue(int i) throws NDKException
NDKException
public int getType()
public java.util.Date getDateValue() throws java.lang.ClassCastException
getDateValue
in class DCField
java.lang.ClassCastException
public double getDoubleValue() throws java.lang.ClassCastException
getDoubleValue
in class DCField
java.lang.ClassCastException
public byte getByteValue() throws java.lang.ClassCastException
getByteValue
in class DCField
java.lang.ClassCastException
public float getFloatValue() throws java.lang.ClassCastException
getFloatValue
in class DCField
java.lang.ClassCastException
public int getIntValue() throws java.lang.ClassCastException
getIntValue
in class DCField
java.lang.ClassCastException
public long getLongValue() throws java.lang.ClassCastException
getLongValue
in class DCField
java.lang.ClassCastException
public short getShortValue() throws java.lang.ClassCastException
getShortValue
in class DCField
java.lang.ClassCastException
public java.lang.String getStringValue() throws java.lang.ClassCastException
getStringValue
in class DCField
java.lang.ClassCastException