Interface AttributeDefinitionInfo
- All Known Implementing Classes:
AbsoluteMillisecondsDefinitionInfo,AbsoluteSecondsDefinitionInfo,AbstractAttributeDefinitionInfo,AttributeSetDefinitionInfo,AttributeTypeDefinitionInfo,ByteDefinitionInfo,DoubleDefinitionInfo,FloatDefinitionInfo,IntDefinitionInfo,LongDefinitionInfo,NumberDefinitionInfo,ReferenceDefinitionInfo,RelativeMillisecondsDefinitionInfo,RelativeSecondsDefinitionInfo,RelativeTimeDefinitionInfo,ShortDefinitionInfo,StringDefinitionInfo
public interface AttributeDefinitionInfo
Schnittstelle, die noch zu dokumentieren ist.
-
Method Summary
Modifier and Type Method Description bytebyteValue(byte[] bytes, int offset)booleancontainsItem(java.lang.String name)doubledoubleValue(byte[] bytes, int offset)voiddump(int indent)floatfloatValue(byte[] bytes, int offset)AttributeTypegetAttributeType()intgetFixedSize()longgetId(byte[] bytes, int offset)AttributeInfogetItem(int itemIndex)AttributeInfogetItem(java.lang.String name)intgetItemCount()longgetMillis(byte[] bytes, int offset)longgetSeconds(byte[] bytes, int offset)intgetSize(byte[] bytes, int offset)IntegerValueStategetState(byte[] bytes, int offset)java.lang.StringgetSuffixText(byte[] bytes, int offset)SystemObjectgetSystemObject(byte[] bytes, int offset)java.lang.StringgetUnscaledSuffixText(byte[] bytes, int offset)java.lang.StringgetUnscaledValueText(byte[] bytes, int offset)java.lang.StringgetValueText(byte[] bytes, int offset)intintValue(byte[] bytes, int offset)booleanisList()booleanisNumber(byte[] bytes, int offset)booleanisNumberAttribute()booleanisReferenceAttribute()booleanisScalableNumberAttribute()booleanisSizeFixed()booleanisState(byte[] bytes, int offset)booleanisTimeAttribute()longlongValue(byte[] bytes, int offset)shortshortValue(byte[] bytes, int offset)byteunscaledByteValue(byte[] bytes, int offset)doubleunscaledDoubleValue(byte[] bytes, int offset)floatunscaledFloatValue(byte[] bytes, int offset)intunscaledIntValue(byte[] bytes, int offset)longunscaledLongValue(byte[] bytes, int offset)shortunscaledShortValue(byte[] bytes, int offset)
-
Method Details
-
dump
void dump(int indent) -
isSizeFixed
boolean isSizeFixed() -
getFixedSize
int getFixedSize() -
getAttributeType
AttributeType getAttributeType() -
isList
boolean isList() -
getItem
-
containsItem
boolean containsItem(java.lang.String name) -
getItem
-
getItemCount
int getItemCount() -
getSize
int getSize(byte[] bytes, int offset) -
getValueText
java.lang.String getValueText(byte[] bytes, int offset) -
getSuffixText
java.lang.String getSuffixText(byte[] bytes, int offset) -
isTimeAttribute
boolean isTimeAttribute() -
getSeconds
long getSeconds(byte[] bytes, int offset) -
getMillis
long getMillis(byte[] bytes, int offset) -
isReferenceAttribute
boolean isReferenceAttribute() -
getId
long getId(byte[] bytes, int offset) -
getSystemObject
-
isNumberAttribute
boolean isNumberAttribute() -
isScalableNumberAttribute
boolean isScalableNumberAttribute() -
isNumber
boolean isNumber(byte[] bytes, int offset) -
isState
boolean isState(byte[] bytes, int offset) -
unscaledByteValue
byte unscaledByteValue(byte[] bytes, int offset) -
unscaledShortValue
short unscaledShortValue(byte[] bytes, int offset) -
unscaledIntValue
int unscaledIntValue(byte[] bytes, int offset) -
unscaledLongValue
long unscaledLongValue(byte[] bytes, int offset) -
unscaledFloatValue
float unscaledFloatValue(byte[] bytes, int offset) -
unscaledDoubleValue
double unscaledDoubleValue(byte[] bytes, int offset) -
getUnscaledValueText
java.lang.String getUnscaledValueText(byte[] bytes, int offset) -
getUnscaledSuffixText
java.lang.String getUnscaledSuffixText(byte[] bytes, int offset) -
getState
-
byteValue
byte byteValue(byte[] bytes, int offset) -
shortValue
short shortValue(byte[] bytes, int offset) -
intValue
int intValue(byte[] bytes, int offset) -
longValue
long longValue(byte[] bytes, int offset) -
floatValue
float floatValue(byte[] bytes, int offset) -
doubleValue
double doubleValue(byte[] bytes, int offset)
-