public abstract class AbstractAttributeDefinitionInfo extends Object implements AttributeDefinitionInfo
| Constructor and Description |
|---|
AbstractAttributeDefinitionInfo() |
| Modifier and Type | Method and Description |
|---|---|
byte |
byteValue(byte[] bytes,
int offset) |
double |
doubleValue(byte[] bytes,
int offset) |
float |
floatValue(byte[] bytes,
int offset) |
static AttributeDefinitionInfo |
forAttributeType(AttributeType attributeType) |
static AttributeDefinitionInfo |
forAttributSet(AttributeSet attributeSet) |
static void |
forgetDataModel(DataModel dataModel) |
long |
getId(byte[] bytes,
int offset) |
long |
getMillis(byte[] bytes,
int offset) |
long |
getSeconds(byte[] bytes,
int offset) |
IntegerValueState |
getState(byte[] bytes,
int offset) |
SystemObject |
getSystemObject(byte[] bytes,
int offset) |
String |
getUnscaledSuffixText(byte[] bytes,
int offset) |
String |
getUnscaledValueText(byte[] bytes,
int offset) |
int |
intValue(byte[] bytes,
int offset) |
boolean |
isNumber(byte[] bytes,
int offset) |
boolean |
isNumberAttribute() |
boolean |
isReferenceAttribute() |
boolean |
isScalableNumberAttribute() |
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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdump, getAttributeType, getFixedSize, getItem, getItem, getItemCount, getSize, getSuffixText, getValueText, isList, isSizeFixedpublic static void forgetDataModel(DataModel dataModel)
public static AttributeDefinitionInfo forAttributSet(AttributeSet attributeSet)
public static AttributeDefinitionInfo forAttributeType(AttributeType attributeType)
public boolean isTimeAttribute()
isTimeAttribute in interface AttributeDefinitionInfopublic long getSeconds(byte[] bytes,
int offset)
getSeconds in interface AttributeDefinitionInfopublic long getMillis(byte[] bytes,
int offset)
getMillis in interface AttributeDefinitionInfopublic boolean isReferenceAttribute()
isReferenceAttribute in interface AttributeDefinitionInfopublic long getId(byte[] bytes,
int offset)
getId in interface AttributeDefinitionInfopublic SystemObject getSystemObject(byte[] bytes, int offset)
getSystemObject in interface AttributeDefinitionInfopublic boolean isNumberAttribute()
isNumberAttribute in interface AttributeDefinitionInfopublic boolean isScalableNumberAttribute()
isScalableNumberAttribute in interface AttributeDefinitionInfopublic boolean isNumber(byte[] bytes,
int offset)
isNumber in interface AttributeDefinitionInfopublic boolean isState(byte[] bytes,
int offset)
isState in interface AttributeDefinitionInfopublic byte unscaledByteValue(byte[] bytes,
int offset)
unscaledByteValue in interface AttributeDefinitionInfopublic short unscaledShortValue(byte[] bytes,
int offset)
unscaledShortValue in interface AttributeDefinitionInfopublic int unscaledIntValue(byte[] bytes,
int offset)
unscaledIntValue in interface AttributeDefinitionInfopublic long unscaledLongValue(byte[] bytes,
int offset)
unscaledLongValue in interface AttributeDefinitionInfopublic float unscaledFloatValue(byte[] bytes,
int offset)
unscaledFloatValue in interface AttributeDefinitionInfopublic double unscaledDoubleValue(byte[] bytes,
int offset)
unscaledDoubleValue in interface AttributeDefinitionInfopublic String getUnscaledValueText(byte[] bytes, int offset)
getUnscaledValueText in interface AttributeDefinitionInfopublic String getUnscaledSuffixText(byte[] bytes, int offset)
getUnscaledSuffixText in interface AttributeDefinitionInfopublic IntegerValueState getState(byte[] bytes, int offset)
getState in interface AttributeDefinitionInfopublic byte byteValue(byte[] bytes,
int offset)
byteValue in interface AttributeDefinitionInfopublic short shortValue(byte[] bytes,
int offset)
shortValue in interface AttributeDefinitionInfopublic int intValue(byte[] bytes,
int offset)
intValue in interface AttributeDefinitionInfopublic long longValue(byte[] bytes,
int offset)
longValue in interface AttributeDefinitionInfopublic float floatValue(byte[] bytes,
int offset)
floatValue in interface AttributeDefinitionInfopublic double doubleValue(byte[] bytes,
int offset)
doubleValue in interface AttributeDefinitionInfo