Interface ProfileApplication
- All Known Subinterfaces:
ProfileApplicationDecorator
- All Known Implementing Classes:
ProfileApplicationDecoratorImpl
,ProfileApplicationImpl
A representation of the model object 'Profile Application'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
- annotation="http://www.eclipse.org/emf/2002/Ecore constraints='violatedUpperBound violatedLowerBound'"
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Imported Profiles' containment reference list.Returns the value of the 'Stereotype Applications' containment reference list.getStereotypeApplications
(EObject eObject) getStereotypeApplications
(EObject eObject, Stereotype stereotype) 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
-
getStereotypeApplications
EList<StereotypeApplication> getStereotypeApplications()Returns the value of the 'Stereotype Applications' containment reference list. The list contents are of typeStereotypeApplication
. It is bidirectional and its opposite is 'Profile Application
'.If the meaning of the 'Stereotype Applications' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Stereotype Applications' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="profileApplication" containment="true"
-
getImportedProfiles
EList<ProfileImport> getImportedProfiles()Returns the value of the 'Imported Profiles' containment reference list. The list contents are of typeProfileImport
.If the meaning of the 'Imported Profiles' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Imported Profiles' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
getStereotypeApplications
- Generated class or method.
- EMF model class or method.
- ordered="false" eObjectRequired="true"
-
getStereotypeApplications
- Generated class or method.
- EMF model class or method.
- ordered="false" eObjectRequired="true" stereotypeRequired="true"
-
getAnnotatedObjects
- Generated class or method.
- EMF model class or method.
- kind="operation" ordered="false"
-