public class DoubleAttr extends OSARecAttr
| Constructor and Description |
|---|
DoubleAttr(int id,
byte[] val) |
DoubleAttr(int id,
double val) |
| Modifier and Type | Method and Description |
|---|---|
byte |
getByteValue() |
java.sql.Date |
getDateValue() |
double |
getDoubleValue() |
float |
getFloatValue() |
int |
getIntValue() |
long |
getLongValue() |
short |
getShortValue() |
java.lang.String |
getStringValue() |
java.sql.Timestamp |
getTimestampValue() |
java.sql.Time |
getTimeValue() |
int |
getType() |
equals, getBytes, getLength, getLengthInWord, getStaticAttrLength, getTag, getValueBytes, init, isVarLength, makeAttrfromBytes, makeAttrfromBytes, makeAttrfromStream, setTag, setValue, toStream, toStringpublic DoubleAttr(int id,
double val)
public DoubleAttr(int id,
byte[] val)
public int getType()
getType in class OSARecAttrpublic java.sql.Date getDateValue()
getDateValue in class OSARecAttrpublic double getDoubleValue()
getDoubleValue in class OSARecAttrpublic byte getByteValue()
getByteValue in class OSARecAttrpublic short getShortValue()
getShortValue in class OSARecAttrpublic int getIntValue()
getIntValue in class OSARecAttrpublic float getFloatValue()
getFloatValue in class OSARecAttrpublic long getLongValue()
getLongValue in class OSARecAttrpublic java.lang.String getStringValue()
getStringValue in class OSARecAttrpublic java.sql.Time getTimeValue()
getTimeValue in class OSARecAttrpublic java.sql.Timestamp getTimestampValue()
getTimestampValue in class OSARecAttr