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 |
|---|---|
void |
dump(int indent) |
AttributeType |
getAttributeType() |
int |
getFixedSize() |
AttributeInfo |
getItem(int itemIndex) |
AttributeInfo |
getItem(String name) |
int |
getItemCount() |
int |
getSize(byte[] bytes,
int offset) |
String |
getSuffixText(byte[] bytes,
int offset) |
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, unscaledShortValueprotected 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(String name)
public AttributeInfo getItem(int itemIndex)
public int getItemCount()
public int getSize(byte[] bytes,
int offset)
public String getValueText(byte[] bytes, int offset)
public String getSuffixText(byte[] bytes, int offset)