public interface AttributeReadAccess
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getAttributeNames()
Returns the names of all attributes that can be accessed by the
method getAttributeValue().
|
java.lang.Object |
getAttributeValue(java.lang.String name)
Returns the current value of the attribute with the given name.
|
java.lang.Object getAttributeValue(java.lang.String name) throws UnknownFieldException
name
- The attribute's name ( case sensitive )UnknownFieldException
- If there is no attribute with the given namejava.lang.String[] getAttributeNames()