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.
- Since:
- 0.0.1
|
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. |
getName
public java.lang.String getName()
- Returns the name of the element.
- Returns:
- String
setName
public void setName(java.lang.String name)
- Sets the name of the element.
- Parameters:
name -
getDescription
public java.lang.String getDescription()
- Returns the description of the element.
- Returns:
- String
setDescription
public void setDescription(java.lang.String description)
- Sets the description of the element.
- Parameters:
description -
getId
public java.lang.String getId()
- Returns the Id of the element.
- Returns:
- String
setId
public void setId(java.lang.String id)
- Sets the Id of the element.