|
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 | |
void |
setDescription(java.lang.String description)
Specify the description for the associated element. |
void |
setId(java.lang.String id)
Specify the GUID for the associated element. |
void |
setName(java.lang.String name)
Specify the name for the associated element. |
Methods inherited from interface org.eclipse.hyades.execution.runtime.datapool.INamedElement |
getDescription, getId, getName |
Method Detail |
public void setId(java.lang.String id)
INamedElement.getId()
public void setName(java.lang.String name)
INamedElement.getName()
public void setDescription(java.lang.String description)
INamedElement.getDescription()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |