jdsl.extension.api
Interface InspectableAttribute

All Known Subinterfaces:
Attribute

public abstract interface InspectableAttribute


Method Summary
 java.lang.Object get(java.lang.Object elem)
          Read access to the attribute.
 

Method Detail

get

public java.lang.Object get(java.lang.Object elem)
Read access to the attribute.
Returns:
attribute of elem
Throws:
InvalidAttributeException - if elem has no attribute.