public final class AbsoluteMillisecondsDefinitionInfo extends AttributeTypeDefinitionInfo
| Modifier and Type | Field and Description |
|---|---|
private static DateFormat |
_absoluteMillisecondsFormat |
_doubleNumberFormat| Constructor and Description |
|---|
AbsoluteMillisecondsDefinitionInfo(TimeAttributeType att) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFixedSize() |
long |
getMillis(byte[] bytes,
int offset) |
long |
getSeconds(byte[] bytes,
int offset) |
String |
getSuffixText(byte[] bytes,
int offset) |
String |
getValueText(byte[] bytes,
int offset) |
boolean |
isSizeFixed() |
boolean |
isTimeAttribute() |
dump, getAttributeType, getItem, getItem, getItemCount, getSize, isList, readInt, readLong, readShort, readUnsignedIntbyteValue, doubleValue, floatValue, forAttributeType, forAttributSet, forgetDataModel, getId, getState, getSystemObject, getUnscaledSuffixText, getUnscaledValueText, intValue, isNumber, isNumberAttribute, isReferenceAttribute, isScalableNumberAttribute, isState, longValue, shortValue, unscaledByteValue, unscaledDoubleValue, unscaledFloatValue, unscaledIntValue, unscaledLongValue, unscaledShortValueprivate static final DateFormat _absoluteMillisecondsFormat
public AbsoluteMillisecondsDefinitionInfo(TimeAttributeType att)
public boolean isSizeFixed()
public int getFixedSize()
public String getValueText(byte[] bytes, int offset)
public 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