public class AttributeSetDefinitionInfo extends AbstractAttributeDefinitionInfo
Modifier and Type | Field and Description |
---|---|
protected int |
_fixedSize |
protected boolean |
_sizeFixed |
Constructor and Description |
---|
AttributeSetDefinitionInfo(AttributeSet attributeSet) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsItem(java.lang.String name) |
void |
dump(int indent) |
AttributeType |
getAttributeType() |
int |
getFixedSize() |
AttributeInfo |
getItem(int itemIndex) |
AttributeInfo |
getItem(java.lang.String name) |
int |
getItemCount() |
int |
getSize(byte[] bytes,
int offset) |
java.lang.String |
getSuffixText(byte[] bytes,
int offset) |
java.lang.String |
getValueText(byte[] bytes,
int offset) |
boolean |
isList() |
boolean |
isSizeFixed() |
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
protected final boolean _sizeFixed
protected final int _fixedSize
public AttributeSetDefinitionInfo(AttributeSet attributeSet)
public void dump(int indent)
public boolean isSizeFixed()
public int getFixedSize()
public AttributeType getAttributeType()
public boolean isList()
public AttributeInfo getItem(java.lang.String name)
public boolean containsItem(java.lang.String name)
public AttributeInfo getItem(int itemIndex)
public int getItemCount()
public int getSize(byte[] bytes, int offset)
public java.lang.String getValueText(byte[] bytes, int offset)
public java.lang.String getSuffixText(byte[] bytes, int offset)