public abstract class AttributeTypeDefinitionInfo extends AbstractAttributeDefinitionInfo
Modifier and Type | Field and Description |
---|---|
protected static java.text.NumberFormat |
_doubleNumberFormat |
Modifier | Constructor and Description |
---|---|
protected |
AttributeTypeDefinitionInfo(AttributeType attributeType) |
Modifier and Type | Method and Description |
---|---|
void |
dump(int indent) |
AttributeType |
getAttributeType() |
AttributeInfo |
getItem(int itemIndex) |
AttributeInfo |
getItem(java.lang.String name) |
int |
getItemCount() |
int |
getSize(byte[] bytes,
int offset) |
boolean |
isList() |
protected int |
readInt(byte[] bytes,
int offset) |
protected long |
readLong(byte[] bytes,
int offset) |
protected short |
readShort(byte[] bytes,
int offset) |
protected long |
readUnsignedInt(byte[] bytes,
int offset) |
byteValue, doubleValue, floatValue, forAttributeType, forAttributSet, forgetDataModel, getId, getMillis, getSeconds, getState, getSystemObject, getUnscaledSuffixText, getUnscaledValueText, intValue, isNumber, isNumberAttribute, isReferenceAttribute, isScalableNumberAttribute, isState, isTimeAttribute, longValue, shortValue, unscaledByteValue, unscaledDoubleValue, unscaledFloatValue, unscaledIntValue, unscaledLongValue, unscaledShortValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFixedSize, getSuffixText, getValueText, isSizeFixed
protected AttributeTypeDefinitionInfo(AttributeType attributeType)
public AttributeType getAttributeType()
public boolean isList()
public AttributeInfo getItem(java.lang.String name)
public AttributeInfo getItem(int itemIndex)
public int getItemCount()
public void dump(int indent)
public int getSize(byte[] bytes, int offset)
protected long readLong(byte[] bytes, int offset)
protected long readUnsignedInt(byte[] bytes, int offset)
protected int readInt(byte[] bytes, int offset)
protected short readShort(byte[] bytes, int offset)