TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.hyades.models.common.common
Interface CMNNamedElement

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.core.runtime.IAdaptable, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
BVRCombinedFragment, BVREventOccurrence, BVRExecutionOccurrence, BVRGate, BVRInteractionFragment, BVRInteractionOccurrence, BVRInteractionOperand, BVRLifeline, BVRMessageEnd, BVRPartDecomposition, BVRProperty, BVRStateInvariant, BVRStop, CFGArtifact, CFGCategory, CFGClass, CFGComparableProperty, CFGConfigurableObject, CFGInstance, CFGLocation, CFGMachine, CFGMachineConstraint, CFGMachineInstance, CFGOperation, CFGPropertyGroup, CMNAnnotation, CMNMachine, CMNNodeInstance, CMNNodeType, DPLDatapool, DPLDatapoolSpec, DPLEquivalenceClass, DPLVariable, HyadesBrowserTypeCategory, HyadesBrowserVersionCategory, HyadesClasspathCategory, HyadesDatabaseCategory, HyadesDatabaseVersionCategory, HyadesDisplayColorDepthCategory, HyadesDisplayHeightCategory, HyadesDisplayNumberCategory, HyadesDisplayWidthCategory, HyadesHostnameCategory, HyadesMajorVersionCategory, HyadesMemorySizeCategory, HyadesMinorVersionCategory, HyadesOperatingSystemCategory, HyadesPasswordCategory, HyadesProcessorNumberCategory, HyadesProcessorSpeedCategory, HyadesProcessorTypeCategory, HyadesRootDirectroyCategory, HyadesServicePackCategory, HyadesUsernameCategory, HyadesWindowsDomainCategory, TPFArbiter, TPFBehavior, TPFDefault, TPFDeployment, TPFExecutionEvent, TPFExecutionResult, TPFInstanceValue, TPFInvocationEvent, TPFLogAction, TPFLoopEvent, TPFMessageEvent, TPFSUT, TPFTest, TPFTestCase, TPFTestComponent, TPFTestObjective, TPFTestSuite, TPFTimedEvent, TPFTypedEvent, TPFValidationAction, TPFVerdictEvent, TPFWaitEvent
All Known Implementing Classes:
BVRCombinedFragmentImpl, BVREventOccurrenceImpl, BVRExecutionOccurrenceImpl, BVRGateImpl, BVRInteractionFragmentImpl, BVRInteractionOccurrenceImpl, BVRInteractionOperandImpl, BVRLifelineImpl, BVRMessageEndImpl, BVRPartDecompositionImpl, BVRPropertyImpl, BVRStateInvariantImpl, BVRStopImpl, CFGArtifactImpl, CFGCategoryImpl, CFGClassImpl, CFGComparablePropertyImpl, CFGConfigurableObjectImpl, CFGInstanceImpl, CFGLocationImpl, CFGMachineConstraintImpl, CFGMachineImpl, CFGMachineInstanceImpl, CFGOperationImpl, CFGPropertyGroupImpl, CMNAnnotationImpl, CMNMachineImpl, CMNNamedElementImpl, CMNNodeInstanceImpl, CMNNodeTypeImpl, DPLDatapoolImpl, DPLDatapoolSpecImpl, DPLEquivalenceClassImpl, DPLVariableImpl, HyadesBrowserTypeCategoryImpl, HyadesBrowserVersionCategoryImpl, HyadesClasspathCategoryImpl, HyadesDatabaseCategoryImpl, HyadesDatabaseVersionCategoryImpl, HyadesDisplayColorDepthCategoryImpl, HyadesDisplayHeightCategoryImpl, HyadesDisplayNumberCategoryImpl, HyadesDisplayWidthCategoryImpl, HyadesHostnameCategoryImpl, HyadesMajorVersionCategoryImpl, HyadesMemorySizeCategoryImpl, HyadesMinorVersionCategoryImpl, HyadesOperatingSystemCategoryImpl, HyadesPasswordCategoryImpl, HyadesProcessorNumberCategoryImpl, HyadesProcessorSpeedCategoryImpl, HyadesProcessorTypeCategoryImpl, HyadesRootDirectroyCategoryImpl, HyadesServicePackCategoryImpl, HyadesUsernameCategoryImpl, HyadesWindowsDomainCategoryImpl, TPFArbiterImpl, TPFBehaviorImpl, TPFDefaultImpl, TPFDeploymentImpl, TPFExecutionEventImpl, TPFExecutionResultImpl, TPFInstanceValueImpl, TPFInvocationEventImpl, TPFLogActionImpl, TPFLoopEventImpl, TPFMessageEventImpl, TPFSUTImpl, TPFTestCaseImpl, TPFTestComponentImpl, TPFTestImpl, TPFTestObjectiveImpl, TPFTestSuiteImpl, TPFTimedEventImpl, TPFTypedEventImpl, TPFValidationActionImpl, TPFVerdictEventImpl, TPFWaitEventImpl

public interface CMNNamedElement
extends org.eclipse.emf.ecore.EObject, org.eclipse.core.runtime.IAdaptable

A representation of the model object 'CMN Named Element'.

See Also:
CommonPackage.getCMNNamedElement()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getDescription()
          Returns the value of the 'Description' attribute.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 void setDescription(java.lang.String value)
          Sets the value of the 'Description' attribute.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Field Detail

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getId

public java.lang.String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), CommonPackage.getCMNNamedElement_Id()

setId

public void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()

getName

public java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), CommonPackage.getCMNNamedElement_Name()

setName

public void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getDescription

public java.lang.String getDescription()
Returns the value of the 'Description' attribute.

If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), CommonPackage.getCMNNamedElement_Description()

setDescription

public void setDescription(java.lang.String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()

TPTP 4.1.0 Platform Project
Public API Specification