AttributeDefinitionInfopublic final class ShortDefinitionInfo extends NumberDefinitionInfo
_doubleNumberFormat_integerNumberFormat, _precisionTestNumberFormat| Constructor | Description |
|---|---|
ShortDefinitionInfo(IntegerAttributeType att) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getFixedSize() |
|
byte |
unscaledByteValue(byte[] bytes,
int offset) |
|
double |
unscaledDoubleValue(byte[] bytes,
int offset) |
|
float |
unscaledFloatValue(byte[] bytes,
int offset) |
|
int |
unscaledIntValue(byte[] bytes,
int offset) |
|
long |
unscaledLongValue(byte[] bytes,
int offset) |
|
short |
unscaledShortValue(byte[] bytes,
int offset) |
forAttributeType, forAttributSet, forgetDataModel, getId, getMillis, getSeconds, getSystemObject, isReferenceAttribute, isTimeAttributecontainsItem, dump, getAttributeType, getItem, getItem, getItemCount, getSize, isList, readInt, readLong, readShort, readUnsignedIntbyteValue, doubleValue, floatValue, getState, getState, getSuffixText, getUnscaledSuffixText, getUnscaledValueText, getValueText, intValue, isNumber, isNumberAttribute, isScalableNumberAttribute, isSizeFixed, isState, longValue, shortValuepublic ShortDefinitionInfo(IntegerAttributeType att)
public int getFixedSize()
public byte unscaledByteValue(byte[] bytes,
int offset)
unscaledByteValue in interface AttributeDefinitionInfounscaledByteValue in class AbstractAttributeDefinitionInfopublic short unscaledShortValue(byte[] bytes,
int offset)
unscaledShortValue in interface AttributeDefinitionInfounscaledShortValue in class AbstractAttributeDefinitionInfopublic int unscaledIntValue(byte[] bytes,
int offset)
unscaledIntValue in interface AttributeDefinitionInfounscaledIntValue in class AbstractAttributeDefinitionInfopublic long unscaledLongValue(byte[] bytes,
int offset)
unscaledLongValue in interface AttributeDefinitionInfounscaledLongValue in class AbstractAttributeDefinitionInfopublic float unscaledFloatValue(byte[] bytes,
int offset)
unscaledFloatValue in interface AttributeDefinitionInfounscaledFloatValue in class AbstractAttributeDefinitionInfopublic double unscaledDoubleValue(byte[] bytes,
int offset)
unscaledDoubleValue in interface AttributeDefinitionInfounscaledDoubleValue in class AbstractAttributeDefinitionInfo