IBM Rational Functional Tester
Version 8.2.1
IBM Rational Functional Tester API Reference

Project Version 2.3

org.eclipse.hyades.execution.runtime.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

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

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

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.