|
Hyades Datapool Specification | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class defines the base interface for all named elements. Each named
element has a standard set of associated properties. Any undefined property
will return null
for the property value.
IDatapool
,
IDatapoolEquivalenceClass
,
IDatapoolVariable
Method Summary | |
java.lang.String |
getDescription()
Accessor for the description associated with the element. |
java.lang.String |
getId()
Accessor method for the GUID for the element. |
java.lang.String |
getName()
Accessor method for the name of the element. |
Method Detail |
public java.lang.String getId()
null
is returned if no GUID has been defined for the element.
public java.lang.String getName()
null
is returned if no name has been defined for the element.
public java.lang.String getDescription()
null
is returned if no description has been associated
with the element.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |