public interface SimpleIntrospectable
| Modifier and Type | Method and Description |
|---|---|
Attribute[] |
getAttributes()
This method returns all attributes declared
by this introspectable instance.
|
java.lang.String |
getName()
Returns the name of this introspectable.
|
Operation[] |
getOperations()
Returns all operations declared by this introspectable.
|
Attribute[] getAttributes()
java.lang.String getName()
toString() method to return the same
value to provide GUI with a standardized way to
display the introspectable in components such as
lists or trees.thisOperation[] getOperations()