Package org.eclipse.epf.uma
Interface Classifier
- All Superinterfaces:
Element
,org.eclipse.emf.ecore.EObject
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,PackageableElement
,Type
- All Known Subinterfaces:
Activity
,ApplicableMetaClassInfo
,Artifact
,BreakdownElement
,CapabilityPattern
,Checklist
,CompositeRole
,Concept
,ContentCategory
,ContentElement
,CustomCategory
,Deliverable
,DeliveryProcess
,DescribableElement
,Descriptor
,Discipline
,DisciplineGrouping
,Domain
,EstimationConsiderations
,Example
,FulfillableElement
,Guidance
,Guideline
,Iteration
,Kind
,Milestone
,Outcome
,Phase
,PlanningData
,Practice
,Process
,ProcessComponentDescriptor
,ProcessComponentInterface
,ProcessElement
,ProcessPlanningTemplate
,Report
,ReusableAsset
,Roadmap
,Role
,RoleDescriptor
,RoleSet
,RoleSetGrouping
,SupportingMaterial
,Task
,TaskDescriptor
,TeamProfile
,Template
,TermDefinition
,Tool
,ToolMentor
,Whitepaper
,WorkBreakdownElement
,WorkOrder
,WorkProduct
,WorkProductDescriptor
,WorkProductType
- All Known Implementing Classes:
ActivityImpl
,ApplicableMetaClassInfoImpl
,ArtifactImpl
,BreakdownElementImpl
,CapabilityPatternImpl
,ChecklistImpl
,ClassifierImpl
,CompositeRoleImpl
,ConceptImpl
,ContentCategoryImpl
,ContentElementImpl
,CustomCategoryImpl
,DeliverableImpl
,DeliveryProcessImpl
,DescribableElementImpl
,DescriptorImpl
,DisciplineGroupingImpl
,DisciplineImpl
,DomainImpl
,EstimationConsiderationsImpl
,ExampleImpl
,FulfillableElementImpl
,GuidanceImpl
,GuidelineImpl
,IterationImpl
,KindImpl
,MilestoneImpl
,OutcomeImpl
,PhaseImpl
,PlanningDataImpl
,PracticeImpl
,ProcessComponentDescriptorImpl
,ProcessComponentInterfaceImpl
,ProcessElementImpl
,ProcessImpl
,ProcessPlanningTemplateImpl
,ReportImpl
,ReusableAssetImpl
,RoadmapImpl
,RoleDescriptorImpl
,RoleImpl
,RoleSetGroupingImpl
,RoleSetImpl
,SupportingMaterialImpl
,TaskDescriptorImpl
,TaskImpl
,TeamProfileImpl
,TemplateImpl
,TermDefinitionImpl
,ToolImpl
,ToolMentorImpl
,WhitepaperImpl
,WorkBreakdownElementImpl
,WorkOrderImpl
,WorkProductDescriptorImpl
,WorkProductImpl
,WorkProductTypeImpl
public interface Classifier extends Type
A representation of the model object 'Classifier'.
UML 2.0 meta-class Classifier.
The following features are supported:
- See Also:
UmaPackage.getClassifier()
-
Method Summary
Modifier and Type Method Description java.lang.Boolean
getIsAbstract()
Returns the value of the 'Is Abstract' attribute.void
setIsAbstract(java.lang.Boolean value)
Sets the value of the 'Is Abstract
' attribute.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.epf.uma.NamedElement
getName, setName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getIsAbstract
java.lang.Boolean getIsAbstract()Returns the value of the 'Is Abstract' attribute. The default value is"false"
.- Returns:
- the value of the 'Is Abstract' attribute.
- See Also:
setIsAbstract(Boolean)
,UmaPackage.getClassifier_IsAbstract()
-
setIsAbstract
void setIsAbstract(java.lang.Boolean value)Sets the value of the 'Is Abstract
' attribute.- Parameters:
value
- the new value of the 'Is Abstract' attribute.- See Also:
getIsAbstract()
-