TPTP 4.6.0 Platform Project
Public API Specification

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

All Known Subinterfaces:
BVRCombinedFragment, BVREventOccurrence, BVRExecutionOccurrence, BVRGate, BVRInteraction, BVRInteractionConstraint, BVRInteractionFragment, BVRInteractionOccurrence, BVRInteractionOperand, BVRMessageEnd, BVRPartDecomposition, BVRProperty, BVRStateInvariant, BVRStop, CFGClass, CFGComparableProperty, CFGInstance, CFGOperation, DPLDatapool, IAction, IBlock, ICondition, IDecision, IDeployableComponent, IImplementor, ILoop, IMethod, IProperty, ISystemUnderTest, ITargetInvocation, ITest, ITestCase, ITestComponent, ITestComponentInvocation, ITestInvocation, ITestSuite, IVariable, IVerificationPoint, TPFArbiter, TPFBehavior, TPFDefault, TPFLogAction, TPFSUT, TPFTest, TPFTestCase, TPFTestComponent, TPFTestSuite, TPFValidationAction
All Known Implementing Classes:
BVRCombinedFragmentImpl, BVREventOccurrenceImpl, BVRExecutionOccurrenceImpl, BVRGateImpl, BVRInteractionConstraintImpl, BVRInteractionFragmentImpl, BVRInteractionImpl, BVRInteractionOccurrenceImpl, BVRInteractionOperandImpl, BVRMessageEndImpl, BVRPartDecompositionImpl, BVRPropertyImpl, BVRStateInvariantImpl, BVRStopImpl, CFGClassImpl, CFGComparablePropertyImpl, CFGInstanceImpl, CFGOperationImpl, DPLDatapoolImpl, TPFArbiterImpl, TPFBehaviorImpl, TPFDefaultImpl, TPFLogActionImpl, TPFSUTImpl, TPFTestCaseImpl, TPFTestComponentImpl, TPFTestImpl, TPFTestSuiteImpl, TPFValidationActionImpl

public interface INamedElement

A named element is any object that has a name and description.


Method Summary
 java.lang.String getDescription()
          Returns the description of the element.
 java.lang.String getId()
          Returns the Id of the element.
 java.lang.String getName()
          Returns the name of the element.
 void setDescription(java.lang.String description)
          Sets the description of the element.
 void setId(java.lang.String id)
          Sets the Id of the element.
 void setName(java.lang.String name)
          Sets the name of the element.
 

Method Detail

getName

java.lang.String getName()
Returns the name of the element.

Returns:
String

setName

void setName(java.lang.String name)
Sets the name of the element.

Parameters:
name -

getDescription

java.lang.String getDescription()
Returns the description of the element.

Returns:
String

setDescription

void setDescription(java.lang.String description)
Sets the description of the element.

Parameters:
description -

getId

java.lang.String getId()
Returns the Id of the element.

Returns:
String

setId

void setId(java.lang.String id)
Sets the Id of the element.

Parameters:
description -

TPTP 4.6.0 Platform Project
Public API Specification