Interface ProfileApplication
- All Superinterfaces:
 BaseElement,Cloneable,Comparable,DirectedRelationship,Element,org.eclipse.emf.ecore.EObject,MDObject,com.dassault_systemes.modeler.foundation.model.ModelElement,ModelObject,org.eclipse.emf.common.notify.Notifier,javax.jmi.reflect.RefBaseObject,javax.jmi.reflect.RefFeatured,javax.jmi.reflect.RefObject,Relationship
 A representation of the model object 'Profile Application'.
 
 
A profile application is used to show which profiles have been applied to a package.
The following features are supported:
- See Also:
 - Model:
 - annotation="MOF package='mdprofiles'"
 - Generated:
 
- 
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Applied Profile' reference.Returns the value of the 'Applying Package' container reference.booleanisStrict()Returns the value of the 'Strict' attribute.voidsetAppliedProfile(Profile value) Sets the value of the 'Applied Profile' reference.voidsetApplyingPackage(Package value) Sets the value of the 'Applying Package' container reference.voidsetStrict(boolean value) Sets the value of the 'Strict' attribute.Methods inherited from interface com.nomagic.magicdraw.uml.BaseElement
accept, addPropertyChangeListener, canAdd, canAdd, canAddChild, canBeDeleted, firePropertyChange, getClassType, getHumanName, getHumanType, isEditable, removePropertyChangeListener, sGetIDMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.nomagic.uml2.ext.magicdraw.classes.mdkernel.DirectedRelationship
getSource, getTarget, hasSource, hasTargetMethods inherited from interface com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element
get_activityPartitionOfRepresents, get_commentOfAnnotatedElement, get_constraintOfConstrainedElement, get_diagramOfContext, get_directedRelationshipOfSource, get_directedRelationshipOfTarget, get_elementOfSyncElement, get_elementTaggedValue, get_elementValueOfElement, get_relationshipOfRelatedElement, getAppliedStereotype, getOwnedComment, getOwnedElement, getOwner, getSyncElement, getTaggedValue, has_activityPartitionOfRepresents, has_commentOfAnnotatedElement, has_constraintOfConstrainedElement, has_diagramOfContext, has_directedRelationshipOfSource, has_directedRelationshipOfTarget, has_elementOfSyncElement, has_elementValueOfElement, has_relationshipOfRelatedElement, hasAppliedStereotype, hasElementTaggedValue, hasOwnedComment, hasOwnedElement, hasTaggedValue, setOwner, setSyncElementMethods 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 com.nomagic.magicdraw.foundation.MDObject
getID, getMDExtension, getMdExtensions, setIDMethods inherited from interface com.dassault_systemes.modeler.foundation.model.ModelElement
canChangeElementOwner, eDynamicGet, getElementOwner, getLocalID, getObjectParent, setLocalID, sGetLocalIDMethods inherited from interface com.nomagic.uml2.ext.magicdraw.base.ModelObject
get_representationText, ignoringRefGetValue, ignoringRefGetValue, isSet, refGetValue, refGetValue, refSetValue, refSetValue, set_representationTextMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraintsMethods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refInvokeOperation, refInvokeOperation, refSetValueMethods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostCompositeMethods inherited from interface com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Relationship
get_abstraction, getRelatedElement, has_abstraction, hasRelatedElement 
- 
Method Details
- 
getAppliedProfile
Returns the value of the 'Applied Profile' reference. It is bidirectional and its opposite is 'profile Application Of Applied Profile'. References the Profiles that are applied to a Package through this ProfileApplication.- Returns:
 - the value of the 'Applied Profile' reference.
 - See Also:
 - Model:
 - opposite="_profileApplicationOfAppliedProfile" required="true" ordered="false"
 - Generated:
 
 - 
setAppliedProfile
Sets the value of the 'Applied Profile' reference.- Parameters:
 value- the new value of the 'Applied Profile' reference.- See Also:
 - Generated:
 
 - 
isStrict
boolean isStrict()Returns the value of the 'Strict' attribute. The default value is"false". Specifies that the Profile filtering rules for the metaclasses of the referenced metamodel shall be strictly applied.- Returns:
 - the value of the 'Strict' attribute.
 - See Also:
 - 
setStrict(boolean)com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getProfileApplication_Strict()
 - Model:
 - default="false" dataType="com.nomagic.uml2.ext.magicdraw.Boolean" required="true" ordered="false"
 - Generated:
 
 - 
setStrict
void setStrict(boolean value) Sets the value of the 'Strict' attribute.- Parameters:
 value- the new value of the 'Strict' attribute.- See Also:
 - Generated:
 
 - 
getApplyingPackage
Returns the value of the 'Applying Package' container reference. It is bidirectional and its opposite is 'Profile Application'. The package that owns the profile application.- Returns:
 - the value of the 'Applying Package' container reference.
 - See Also:
 - Model:
 - opposite="profileApplication" required="true" transient="false" ordered="false"
 - Generated:
 
 - 
setApplyingPackage
Sets the value of the 'Applying Package' container reference.- Parameters:
 value- the new value of the 'Applying Package' container reference.- See Also:
 - Generated:
 
 
 -