Interface ProfileApplication
-
- All Known Subinterfaces:
ProfileApplicationDecorator
- All Known Implementing Classes:
ProfileApplicationDecoratorImpl
,ProfileApplicationImpl
public interface ProfileApplication extends EObject
A representation of the model object 'Profile Application'.The following features are supported:
- See Also:
EMFProfileApplicationPackage.getProfileApplication()
- Generated class or method.
- EMF model class or method.
- annotation="http://www.eclipse.org/emf/2002/Ecore constraints='violatedUpperBound violatedLowerBound'"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<EObject>
getAnnotatedObjects()
EList<ProfileImport>
getImportedProfiles()
Returns the value of the 'Imported Profiles' containment reference list.EList<StereotypeApplication>
getStereotypeApplications()
Returns the value of the 'Stereotype Applications' containment reference list.EList<StereotypeApplication>
getStereotypeApplications(EObject eObject)
EList<StereotypeApplication>
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 Detail
-
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:
EMFProfileApplicationPackage.getProfileApplication_StereotypeApplications()
,StereotypeApplication.getProfileApplication()
- 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:
EMFProfileApplicationPackage.getProfileApplication_ImportedProfiles()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
getStereotypeApplications
EList<StereotypeApplication> getStereotypeApplications(EObject eObject)
- Generated class or method.
- EMF model class or method.
- ordered="false" eObjectRequired="true"
-
getStereotypeApplications
EList<StereotypeApplication> getStereotypeApplications(EObject eObject, Stereotype stereotype)
- Generated class or method.
- EMF model class or method.
- ordered="false" eObjectRequired="true" stereotypeRequired="true"
-
-