Hyades Datapool Specification

org.eclipse.hyades.execution.datapool
Interface INamedElement

All Known Subinterfaces:
IDatapool, IDatapool, IDatapoolEquivalenceClass, IDatapoolEquivalenceClass, IDatapoolVariable, IDatapoolVariable, INamedElement

public interface INamedElement

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.

See Also:
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

getId

public java.lang.String getId()
Accessor method for the GUID for the element. null is returned if no GUID has been defined for the element.

Returns:
The GUID for the element.

getName

public java.lang.String getName()
Accessor method for the name of the element. null is returned if no name has been defined for the element.

Returns:
The name of the element.

getDescription

public java.lang.String getDescription()
Accessor for the description associated with the element. null is returned if no description has been associated with the element.

Returns:
The description associated with the element.


Hyades DPL