public interface IAttributeArrayInstance
| Modifier and Type | Method and Description |
|---|---|
IAttributeValue<?>[] |
getAllAttributeValues() |
<T> IAttributeValue<T> |
getAttributeValueAtPosition(int position,
java.lang.Class<T> type)
Getter for the value of an attribute for the given position.
|
int |
getNumberOfAttributes()
Getter for the number of attributes for the instance.
|
IAttributeValue<?>[] getAllAttributeValues()
<T> IAttributeValue<T> getAttributeValueAtPosition(int position, java.lang.Class<T> type)
position - The position of the attribute within the instance.type - The type for which the attribute value shall be returned.int getNumberOfAttributes()