Interface KDMFramework
- All Superinterfaces:
Element,org.eclipse.emf.ecore.EObject,ModelElement,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
BuildModel,CodeModel,ConceptualModel,DataModel,EventModel,InventoryModel,KDMModel,PlatformModel,Segment,StructureModel,UIModel
- All Known Implementing Classes:
BuildModelImpl,CodeModelImpl,ConceptualModelImpl,DataModelImpl,EventModelImpl,InventoryModelImpl,PlatformModelImpl,SegmentImpl,StructureModelImpl,UIModelImpl
public interface KDMFramework extends ModelElement
A representation of the model object 'KDM Framework'.
The following features are supported:
- See Also:
KdmPackage.getKDMFramework()
-
Method Summary
Modifier and Type Method Description org.eclipse.emf.common.util.EList<Audit>getAudit()Returns the value of the 'Audit' containment reference list.org.eclipse.emf.common.util.EList<ExtensionFamily>getExtensionFamily()Returns the value of the 'Extension Family' containment reference list.StringgetName()Returns the value of the 'Name' attribute.voidsetName(String value)Sets the value of the 'Name' attribute.Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.Element
getAnnotation, getAttributeMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.ModelElement
getStereotype, getTaggedValueMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getAudit
org.eclipse.emf.common.util.EList<Audit> getAudit()Returns the value of the 'Audit' containment reference list. The list contents are of typeAudit.- Returns:
- the value of the 'Audit' containment reference list.
- See Also:
KdmPackage.getKDMFramework_Audit()
-
getExtensionFamily
org.eclipse.emf.common.util.EList<ExtensionFamily> getExtensionFamily()Returns the value of the 'Extension Family' containment reference list. The list contents are of typeExtensionFamily.- Returns:
- the value of the 'Extension Family' containment reference list.
- See Also:
KdmPackage.getKDMFramework_ExtensionFamily()
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),KdmPackage.getKDMFramework_Name()
-
setName
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
getName()
-