AttributeDefinitionInfopublic final class AbsoluteSecondsDefinitionInfo extends AttributeTypeDefinitionInfo
_doubleNumberFormat| Constructor | Description |
|---|---|
AbsoluteSecondsDefinitionInfo(TimeAttributeType att) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getFixedSize() |
|
long |
getMillis(byte[] bytes,
int offset) |
|
long |
getSeconds(byte[] bytes,
int offset) |
|
java.lang.String |
getSuffixText(byte[] bytes,
int offset) |
|
java.lang.String |
getValueText(byte[] bytes,
int offset) |
|
boolean |
isSizeFixed() |
|
boolean |
isTimeAttribute() |
byteValue, doubleValue, floatValue, forAttributeType, forAttributSet, forgetDataModel, getId, getState, getSystemObject, getUnscaledSuffixText, getUnscaledValueText, intValue, isNumber, isNumberAttribute, isReferenceAttribute, isScalableNumberAttribute, isState, longValue, shortValue, unscaledByteValue, unscaledDoubleValue, unscaledFloatValue, unscaledIntValue, unscaledLongValue, unscaledShortValuecontainsItem, dump, getAttributeType, getItem, getItem, getItemCount, getSize, isList, readInt, readLong, readShort, readUnsignedIntpublic AbsoluteSecondsDefinitionInfo(TimeAttributeType att)
public boolean isSizeFixed()
public int getFixedSize()
public java.lang.String getValueText(byte[] bytes,
int offset)
public java.lang.String getSuffixText(byte[] bytes,
int offset)
public boolean isTimeAttribute()
isTimeAttribute in interface AttributeDefinitionInfoisTimeAttribute in class AbstractAttributeDefinitionInfopublic long getSeconds(byte[] bytes,
int offset)
getSeconds in interface AttributeDefinitionInfogetSeconds in class AbstractAttributeDefinitionInfopublic long getMillis(byte[] bytes,
int offset)
getMillis in interface AttributeDefinitionInfogetMillis in class AbstractAttributeDefinitionInfo