|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The AttributeHierarchyChild interface should be implemented by attribute
defintion classes and attribute organizer class whose instances are able
to be children of an attribute organizer or a attribute definition.
Supported API: false
Extendable: false
Field Summary | |
static String |
DESCRIPTION
Label for the attribute; A description of the attribute definition Supported API: false |
static String |
HIERARCHY_DISPLAY_NAME
Label for the attribute. |
static String |
NAME
Label for the attribute; name is a unique name among the silblings including attribute organizer and attribute definition. |
Method Summary | |
String |
getDescription()
Gets the value of the attribute: DESCRIPTION. |
String |
getHierarchyDisplayName()
Gets the value of the attribute: HIERARCHY_DISPLAY_NAME. |
String |
getName()
Gets the value of the attribute: NAME. |
AttributeHierarchyParent |
getParent()
Provides the parent object reference. |
void |
setDescription(String a_Description)
Sets the value of the attribute: DESCRIPTION. |
void |
setHierarchyDisplayName(String a_HierarchyDisplayName)
Sets the value of the attribute: HIERARCHY_DISPLAY_NAME. |
void |
setName(String a_Name)
Sets the value of the attribute: NAME. |
Field Detail |
public static final String NAME
public static final String DESCRIPTION
public static final String HIERARCHY_DISPLAY_NAME
Method Detail |
public String getName()
public void setName(String a_Name) throws WTPropertyVetoException
a_Name
-
WTPropertyVetoException
public String getDescription()
public void setDescription(String a_Description) throws WTPropertyVetoException
a_Description
-
WTPropertyVetoException
public String getHierarchyDisplayName()
public void setHierarchyDisplayName(String a_HierarchyDisplayName) throws WTPropertyVetoException
a_HierarchyDisplayName
-
WTPropertyVetoException
public AttributeHierarchyParent getParent()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |