org.tm4j.panckoucke.impl.abstraction.util .MemberProxy
Description
This class is a container for the properties that an AMMember defines. It may be used for structures that will be transformed into an AMMember
Inheritance Hierarchy
- java.lang.Object
- MemberProxy
| Method Summary | |
|---|---|
| void | addRepresentedObject(java.lang.Object o) |
| java.lang.String |
getData()
optional charcter data
|
| org.tm4j.panckoucke.model.AMLocator |
getDataLocator()
An optional AMLocator
|
| org.tm4j.panckoucke.model.AMGestalt |
getGestalt()
The Gestalt property serves to provide some extra information about the
type of that member
|
| java.lang.String |
getLabel()
returns a String for display purposes.
|
| java.util.Set |
getRepresentedObjects()
Returns the objects that are represented by that member.
|
| void | setData(java.lang.String data) |
| void | setDataLocator(org.tm4j.panckoucke.model.AMLocator dataLocator) |
| void | setGestalt(org.tm4j.panckoucke.model.AMGestalt gestalt) |
| void | setLabel(java.lang.String label) |
Related Topics
Imports
Is Contained By
Is Imported By
