TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.hyades.models.common.facades.behavioral
Interface ITypedElement

All Known Subinterfaces:
ITest, ITestCase, ITestComponent, ITestSuite, TPFTest, TPFTestCase, TPFTestComponent, TPFTestSuite
All Known Implementing Classes:
TPFTestCaseImpl, TPFTestComponentImpl, TPFTestImpl, TPFTestSuiteImpl

public interface ITypedElement


Method Summary
 java.lang.String getType()
          Returns the type of the element.
 void setType(java.lang.String type)
          Sets the type of the element.
 

Method Detail

getType

java.lang.String getType()
Returns the type of the element.

Returns:
String

setType

void setType(java.lang.String type)
Sets the type of the element.


TPTP 4.6.0 Platform Project
Public API Specification