org.eclipse.ocl.examples.pivot
Interface ProfileApplication

All Superinterfaces:
DomainElement, Element, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, PivotObject, Visitable
All Known Implementing Classes:
ProfileApplicationImpl

public interface ProfileApplication
extends Element

A representation of the model object 'Profile Application'.

The following features are supported:

See Also:
PivotPackage.getProfileApplication()
Generated

Method Summary
 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 'Is 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 setIsStrict(boolean value)
          Sets the value of the 'Is Strict' attribute.
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Element
allOwnedElements, getETarget, getExtension, getOwnedAnnotation, getOwnedComment, getValue
 
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
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Visitable
accept, eClass
 

Method Detail

getAppliedProfile

Profile getAppliedProfile()
Returns the value of the 'Applied Profile' reference. It is bidirectional and its opposite is 'Application'.

If the meaning of the 'Applied Profile' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Applied Profile' reference.
See Also:
setAppliedProfile(Profile), PivotPackage.getProfileApplication_AppliedProfile(), Profile.getApplication()
Generated

setAppliedProfile

void setAppliedProfile(Profile value)
Sets the value of the 'Applied Profile' reference.

Parameters:
value - the new value of the 'Applied Profile' reference.
See Also:
getAppliedProfile()
Generated

getApplyingPackage

Package getApplyingPackage()
Returns the value of the 'Applying Package' container reference. It is bidirectional and its opposite is 'Profile Application'.

If the meaning of the 'Applying Package' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Applying Package' container reference.
See Also:
setApplyingPackage(org.eclipse.ocl.examples.pivot.Package), PivotPackage.getProfileApplication_ApplyingPackage(), Package.getProfileApplication()
Generated

setApplyingPackage

void setApplyingPackage(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

isStrict

boolean isStrict()
Returns the value of the 'Is Strict' attribute. The default value is "false".

If the meaning of the 'Is Strict' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Is Strict' attribute.
See Also:
setIsStrict(boolean), PivotPackage.getProfileApplication_IsStrict()
Generated

setIsStrict

void setIsStrict(boolean value)
Sets the value of the 'Is Strict' attribute.

Parameters:
value - the new value of the 'Is Strict' attribute.
See Also:
isStrict()
Generated