public interface AttributeDefinitionInfo
Modifier and Type | Method and Description |
---|---|
byte |
byteValue(byte[] bytes,
int offset) |
boolean |
containsItem(java.lang.String name) |
double |
doubleValue(byte[] bytes,
int offset) |
void |
dump(int indent) |
float |
floatValue(byte[] bytes,
int offset) |
AttributeType |
getAttributeType() |
int |
getFixedSize() |
long |
getId(byte[] bytes,
int offset) |
AttributeInfo |
getItem(int itemIndex) |
AttributeInfo |
getItem(java.lang.String name) |
int |
getItemCount() |
long |
getMillis(byte[] bytes,
int offset) |
long |
getSeconds(byte[] bytes,
int offset) |
int |
getSize(byte[] bytes,
int offset) |
IntegerValueState |
getState(byte[] bytes,
int offset) |
java.lang.String |
getSuffixText(byte[] bytes,
int offset) |
SystemObject |
getSystemObject(byte[] bytes,
int offset) |
java.lang.String |
getUnscaledSuffixText(byte[] bytes,
int offset) |
java.lang.String |
getUnscaledValueText(byte[] bytes,
int offset) |
java.lang.String |
getValueText(byte[] bytes,
int offset) |
int |
intValue(byte[] bytes,
int offset) |
boolean |
isList() |
boolean |
isNumber(byte[] bytes,
int offset) |
boolean |
isNumberAttribute() |
boolean |
isReferenceAttribute() |
boolean |
isScalableNumberAttribute() |
boolean |
isSizeFixed() |
boolean |
isState(byte[] bytes,
int offset) |
boolean |
isTimeAttribute() |
long |
longValue(byte[] bytes,
int offset) |
short |
shortValue(byte[] bytes,
int offset) |
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) |
void dump(int indent)
boolean isSizeFixed()
int getFixedSize()
AttributeType getAttributeType()
boolean isList()
AttributeInfo getItem(java.lang.String name)
boolean containsItem(java.lang.String name)
AttributeInfo getItem(int itemIndex)
int getItemCount()
int getSize(byte[] bytes, int offset)
java.lang.String getValueText(byte[] bytes, int offset)
java.lang.String getSuffixText(byte[] bytes, int offset)
boolean isTimeAttribute()
long getSeconds(byte[] bytes, int offset)
long getMillis(byte[] bytes, int offset)
boolean isReferenceAttribute()
long getId(byte[] bytes, int offset)
SystemObject getSystemObject(byte[] bytes, int offset)
boolean isNumberAttribute()
boolean isScalableNumberAttribute()
boolean isNumber(byte[] bytes, int offset)
boolean isState(byte[] bytes, int offset)
byte unscaledByteValue(byte[] bytes, int offset)
short unscaledShortValue(byte[] bytes, int offset)
int unscaledIntValue(byte[] bytes, int offset)
long unscaledLongValue(byte[] bytes, int offset)
float unscaledFloatValue(byte[] bytes, int offset)
double unscaledDoubleValue(byte[] bytes, int offset)
java.lang.String getUnscaledValueText(byte[] bytes, int offset)
java.lang.String getUnscaledSuffixText(byte[] bytes, int offset)
IntegerValueState getState(byte[] bytes, int offset)
byte byteValue(byte[] bytes, int offset)
short shortValue(byte[] bytes, int offset)
int intValue(byte[] bytes, int offset)
long longValue(byte[] bytes, int offset)
float floatValue(byte[] bytes, int offset)
double doubleValue(byte[] bytes, int offset)