Interface CharacteristicProfile
-
- All Superinterfaces:
tools.mdsd.modelingfoundations.identifier.Entity,EObject,tools.mdsd.modelingfoundations.identifier.Identifier,tools.mdsd.modelingfoundations.identifier.NamedElement,Notifier
- All Known Implementing Classes:
CharacteristicProfileImpl
public interface CharacteristicProfile extends tools.mdsd.modelingfoundations.identifier.EntityA representation of the model object 'Profile'.The following features are supported:
- See Also:
CharacteristicPackage.getCharacteristicProfile()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<CharacteristicApplicationRule>getApplicationRules()Returns the value of the 'Application Rules' containment reference list.-
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 tools.mdsd.modelingfoundations.identifier.NamedElement
getEntityName, setEntityName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getApplicationRules
EList<CharacteristicApplicationRule> getApplicationRules()
Returns the value of the 'Application Rules' containment reference list. The list contents are of typeCharacteristicApplicationRule.- Returns:
- the value of the 'Application Rules' containment reference list.
- See Also:
CharacteristicPackage.getCharacteristicProfile_ApplicationRules()- Generated class or method.
- EMF model class or method.
- containment="true"
-
-