public final class IntDefinitionInfo extends NumberDefinitionInfo
_integerNumberFormat, _precisionTestNumberFormat_doubleNumberFormat| Constructor and Description |
|---|
IntDefinitionInfo(IntegerAttributeType att) |
| Modifier and Type | Method and 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) |
byteValue, doubleValue, floatValue, getState, getState, getSuffixText, getUnscaledSuffixText, getUnscaledValueText, getValueText, intValue, isNumber, isNumberAttribute, isScalableNumberAttribute, isSizeFixed, isState, longValue, shortValuecontainsItem, dump, getAttributeType, getItem, getItem, getItemCount, getSize, isList, readInt, readLong, readShort, readUnsignedIntforAttributeType, forAttributSet, forgetDataModel, getId, getMillis, getSeconds, getSystemObject, isReferenceAttribute, isTimeAttributepublic IntDefinitionInfo(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