public class ShortAttr extends OSARecAttr
Constructor and Description |
---|
ShortAttr(int id,
byte[] val) |
ShortAttr(int id,
short 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, toString
public ShortAttr(int id, short val)
public ShortAttr(int id, byte[] val)
public int getType()
getType
in class OSARecAttr
public short getShortValue()
getShortValue
in class OSARecAttr
public byte getByteValue()
getByteValue
in class OSARecAttr
public java.sql.Date getDateValue()
getDateValue
in class OSARecAttr
public double getDoubleValue()
getDoubleValue
in class OSARecAttr
public float getFloatValue()
getFloatValue
in class OSARecAttr
public int getIntValue()
getIntValue
in class OSARecAttr
public long getLongValue()
getLongValue
in class OSARecAttr
public java.lang.String getStringValue()
getStringValue
in class OSARecAttr
public java.sql.Time getTimeValue()
getTimeValue
in class OSARecAttr
public java.sql.Timestamp getTimestampValue()
getTimestampValue
in class OSARecAttr