public class AttributeSetDefinitionInfo extends AbstractAttributeDefinitionInfo
Klasse, die noch zu dokumentieren ist.
Modifier and Type | Field and Description |
---|---|
private AttributeSet |
_attributeSet |
protected int |
_fixedSize |
protected boolean |
_sizeFixed |
private AttributeInfo[] |
_subAttributeInfoArray |
private java.util.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(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
private final AttributeSet _attributeSet
private final AttributeInfo[] _subAttributeInfoArray
private final java.util.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(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)