Interface ProfileApplication
-
- All Superinterfaces:
BaseElement
,java.lang.Cloneable
,java.lang.Comparable
,DirectedRelationship
,Element
,org.eclipse.emf.ecore.EObject
,MDObject
,ModelObject
,org.eclipse.emf.common.notify.Notifier
,javax.jmi.reflect.RefBaseObject
,javax.jmi.reflect.RefFeatured
,javax.jmi.reflect.RefObject
,Relationship
public interface ProfileApplication extends DirectedRelationship
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:
UMLPackage.getProfileApplication()
- Model:
- annotation="MOF package='mdprofiles'"
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Profile
getAppliedProfile()
Returns the value of the 'Applied Profile' reference.Package
getApplyingPackage()
Returns the value of the 'Applying Package' container reference.boolean
isStrict()
Returns the value of the 'Strict' attribute.void
setAppliedProfile(Profile value)
Sets the value of the 'Applied Profile
' reference.void
setApplyingPackage(Package value)
Sets the value of the 'Applying Package
' container reference.void
setStrict(boolean value)
Sets the value of the 'Strict
' attribute.-
Methods inherited from interface com.nomagic.magicdraw.uml.BaseElement
accept, addPropertyChangeListener, atInsert, canAdd, canAdd, canAddChild, canAddInstance, canBeDeleted, canChangeParent, canDeleteChild, clone, dispose, firePropertyChange, getClassType, getHumanName, getHumanType, getObjectParent, isEditable, isParentOf, removeAllPropertyChangeListeners, removePropertyChangeListener, sGetID
-
Methods inherited from interface com.nomagic.uml2.ext.magicdraw.classes.mdkernel.DirectedRelationship
getSource, getTarget, hasSource, hasTarget
-
Methods 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, setSyncElement
-
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 com.nomagic.magicdraw.foundation.MDObject
getID, getMDExtension, getMdExtensions, setID
-
Methods inherited from interface com.nomagic.uml2.ext.magicdraw.base.ModelObject
get_representationText, getLocalID, ignoringRefGetValue, ignoringRefGetValue, isInvalid, isSet, refGetValue, refGetValue, refSetValue, refSetValue, set_representationText, setLocalID, sGetLocalID
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
-
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refInvokeOperation, refInvokeOperation, refSetValue
-
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
-
Methods inherited from interface com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Relationship
get_abstraction, getRelatedElement, has_abstraction, hasRelatedElement
-
-
-
-
Method Detail
-
getAppliedProfile
@CheckForNull Profile 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:
setAppliedProfile(Profile)
,UMLPackage.getProfileApplication_AppliedProfile()
,Profile.get_profileApplicationOfAppliedProfile()
- Model:
- opposite="_profileApplicationOfAppliedProfile" required="true" ordered="false"
- Generated:
-
setAppliedProfile
void setAppliedProfile(@CheckForNull Profile value)
Sets the value of the 'Applied Profile
' reference.- Parameters:
value
- the new value of the 'Applied Profile' reference.- See Also:
getAppliedProfile()
- 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:
isStrict()
- Generated:
-
getApplyingPackage
@CheckForNull Package 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:
setApplyingPackage(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Package)
,UMLPackage.getProfileApplication_ApplyingPackage()
,Package.getProfileApplication()
- Model:
- opposite="profileApplication" required="true" transient="false" ordered="false"
- Generated:
-
setApplyingPackage
void setApplyingPackage(@CheckForNull Package value)
Sets the value of the 'Applying Package
' container reference.- Parameters:
value
- the new value of the 'Applying Package' container reference.- See Also:
getApplyingPackage()
- Generated:
-
-