public class AttributeSetDefinitionInfo extends AbstractAttributeDefinitionInfo
Modifier and Type | Field and Description |
---|---|
private AttributeSet |
_attributeSet |
protected int |
_fixedSize |
protected boolean |
_sizeFixed |
private AttributeInfo[] |
_subAttributeInfoArray |
private Map |
_subAttributeInfoMap |
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, unscaledShortValue
private final AttributeSet _attributeSet
private final AttributeInfo[] _subAttributeInfoArray
private final Map _subAttributeInfoMap
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(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)