| Package | Description |
|---|---|
| de.aristaflow.adept2.core.orgmodelmanager |
| Modifier and Type | Method and Description |
|---|---|
AttributeMetaData.MetaDataElement |
AttributeMetaData.get(int index)
Returns the
AttributeMetaData.MetaDataElement at the given index. |
AttributeMetaData.MetaDataElement |
AttributeMetaData.get(java.lang.String attrName)
Returns the
AttributeMetaData.MetaDataElement for the given attribute name or
null if none is contained for this attribute name. |
AttributeMetaData.MetaDataElement[] |
AttributeMetaData.toArray()
Returns an array containing all
AttributeMetaData.MetaDataElements. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<AttributeMetaData.MetaDataElement> |
AttributeMetaData.iterator() |
| Constructor and Description |
|---|
AttributeMetaData(AttributeMetaData.MetaDataElement[] metaDataElements)
Constructs a new
AttributeMetaData-object containing the given
AttributeMetaData.MetaDataElements. |