Package org.eclipse.epf.uma
Interface NamedElement
- All Superinterfaces:
Element
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
Activity
,ActivityDescription
,ApplicableMetaClassInfo
,Artifact
,ArtifactDescription
,BreakdownElement
,BreakdownElementDescription
,CapabilityPattern
,Checklist
,Classifier
,CompositeRole
,Concept
,Constraint
,ContentCategory
,ContentDescription
,ContentElement
,ContentPackage
,CoreSemanticModelBridge
,CustomCategory
,Deliverable
,DeliverableDescription
,DeliveryProcess
,DeliveryProcessDescription
,DescribableElement
,Descriptor
,DescriptorDescription
,Diagram
,DiagramElement
,DiagramLink
,Discipline
,DisciplineGrouping
,Domain
,Ellipse
,EstimationConsiderations
,Example
,FulfillableElement
,GraphConnector
,GraphEdge
,GraphElement
,GraphicPrimitive
,GraphNode
,Guidance
,GuidanceDescription
,Guideline
,Image
,Iteration
,Kind
,LeafElement
,MethodConfiguration
,MethodElement
,MethodElementProperty
,MethodLibrary
,MethodPackage
,MethodPlugin
,MethodUnit
,Milestone
,Namespace
,Outcome
,Package
,PackageableElement
,Phase
,PlanningData
,Polyline
,Practice
,PracticeDescription
,Process
,ProcessComponent
,ProcessComponentDescriptor
,ProcessComponentInterface
,ProcessDescription
,ProcessElement
,ProcessFamily
,ProcessPackage
,ProcessPlanningTemplate
,Property
,Reference
,Report
,ReusableAsset
,Roadmap
,Role
,RoleDescription
,RoleDescriptor
,RoleSet
,RoleSetGrouping
,Section
,SemanticModelBridge
,SimpleSemanticModelElement
,Step
,SupportingMaterial
,Task
,TaskDescription
,TaskDescriptor
,TeamProfile
,Template
,TermDefinition
,TextElement
,Tool
,ToolMentor
,Type
,UMASemanticModelBridge
,VariabilityElement
,Whitepaper
,WorkBreakdownElement
,WorkDefinition
,WorkOrder
,WorkProduct
,WorkProductDescription
,WorkProductDescriptor
,WorkProductType
- All Known Implementing Classes:
ActivityDescriptionImpl
,ActivityImpl
,ApplicableMetaClassInfoImpl
,ArtifactDescriptionImpl
,ArtifactImpl
,BreakdownElementDescriptionImpl
,BreakdownElementImpl
,CapabilityPatternImpl
,ChecklistImpl
,ClassifierImpl
,CompositeRoleImpl
,ConceptImpl
,ConstraintImpl
,ContentCategoryImpl
,ContentDescriptionImpl
,ContentElementImpl
,ContentPackageImpl
,CoreSemanticModelBridgeImpl
,CustomCategoryImpl
,DeliverableDescriptionImpl
,DeliverableImpl
,DeliveryProcessDescriptionImpl
,DeliveryProcessImpl
,DescribableElementImpl
,DescriptorDescriptionImpl
,DescriptorImpl
,DiagramElementImpl
,DiagramImpl
,DiagramLinkImpl
,DisciplineGroupingImpl
,DisciplineImpl
,DomainImpl
,EllipseImpl
,EstimationConsiderationsImpl
,ExampleImpl
,FulfillableElementImpl
,GraphConnectorImpl
,GraphEdgeImpl
,GraphElementImpl
,GraphicPrimitiveImpl
,GraphNodeImpl
,GuidanceDescriptionImpl
,GuidanceImpl
,GuidelineImpl
,ImageImpl
,IterationImpl
,KindImpl
,LeafElementImpl
,MethodConfigurationImpl
,MethodElementImpl
,MethodElementPropertyImpl
,MethodLibraryImpl
,MethodPackageImpl
,MethodPluginImpl
,MethodUnitImpl
,MilestoneImpl
,NamedElementImpl
,NamespaceImpl
,OutcomeImpl
,PackageableElementImpl
,PackageImpl
,PhaseImpl
,PlanningDataImpl
,PolylineImpl
,PracticeDescriptionImpl
,PracticeImpl
,ProcessComponentDescriptorImpl
,ProcessComponentImpl
,ProcessComponentInterfaceImpl
,ProcessDescriptionImpl
,ProcessElementImpl
,ProcessFamilyImpl
,ProcessImpl
,ProcessPackageImpl
,ProcessPlanningTemplateImpl
,PropertyImpl
,ReferenceImpl
,ReportImpl
,ReusableAssetImpl
,RoadmapImpl
,RoleDescriptionImpl
,RoleDescriptorImpl
,RoleImpl
,RoleSetGroupingImpl
,RoleSetImpl
,SectionImpl
,SemanticModelBridgeImpl
,SimpleSemanticModelElementImpl
,StepImpl
,SupportingMaterialImpl
,TaskDescriptionImpl
,TaskDescriptorImpl
,TaskImpl
,TeamProfileImpl
,TemplateImpl
,TermDefinitionImpl
,TextElementImpl
,ToolImpl
,ToolMentorImpl
,TypeImpl
,UMASemanticModelBridgeImpl
,VariabilityElementImpl
,WhitepaperImpl
,WorkBreakdownElementImpl
,WorkDefinitionImpl
,WorkOrderImpl
,WorkProductDescriptionImpl
,WorkProductDescriptorImpl
,WorkProductImpl
,WorkProductTypeImpl
public interface NamedElement extends Element
A representation of the model object 'Named Element'.
UML 2.0 meta-class Named Element. Defined that every element has a name.
The following features are supported:
- See Also:
UmaPackage.getNamedElement()
-
Method Summary
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getName
java.lang.String getName()Returns the value of the 'Name' attribute. The default value is""
.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String)
,UmaPackage.getNamedElement_Name()
-
setName
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()
-