Package placementDescription
Interface Advice
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,org.palladiosimulator.pcm.core.entity.NamedElement
,Notifier
,org.palladiosimulator.pcm.PCMBaseClass
,org.palladiosimulator.pcm.PCMClass
- All Known Implementing Classes:
AdviceImpl
public interface Advice extends EObject, org.palladiosimulator.pcm.core.entity.NamedElement
A representation of the model object 'Advice'.The following features are supported:
- See Also:
PlacementDescriptionPackage.getAdvice()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Appearance
getAppears()
Returns the value of the 'Appears' attribute.PlacementPolicy
getPlacementPolicy()
Returns the value of the 'Placement Policy' attribute.PointCut
getPointCut()
Returns the value of the 'Point Cut' reference.void
setAppears(Appearance value)
Sets the value of the 'Appears
' attribute.void
setPlacementPolicy(PlacementPolicy value)
Sets the value of the 'Placement Policy
' attribute.void
setPointCut(PointCut value)
Sets the value of the 'Point Cut
' reference.-
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
-
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.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getPointCut
PointCut getPointCut()
Returns the value of the 'Point Cut' reference.If the meaning of the 'Point Cut' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Point Cut' reference.
- See Also:
setPointCut(PointCut)
,PlacementDescriptionPackage.getAdvice_PointCut()
- Generated class or method.
- EMF model class or method.
-
setPointCut
void setPointCut(PointCut value)
Sets the value of the 'Point Cut
' reference.- Parameters:
value
- the new value of the 'Point Cut' reference.- See Also:
getPointCut()
- Generated class or method.
-
getAppears
Appearance getAppears()
Returns the value of the 'Appears' attribute. The default value is"BEFORE"
. The literals are from the enumerationAppearance
.If the meaning of the 'Appears' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Appears' attribute.
- See Also:
Appearance
,setAppears(Appearance)
,PlacementDescriptionPackage.getAdvice_Appears()
- Generated class or method.
- EMF model class or method.
- default="BEFORE" required="true"
-
setAppears
void setAppears(Appearance value)
Sets the value of the 'Appears
' attribute.- Parameters:
value
- the new value of the 'Appears' attribute.- See Also:
Appearance
,getAppears()
- Generated class or method.
-
getPlacementPolicy
PlacementPolicy getPlacementPolicy()
Returns the value of the 'Placement Policy' attribute. The default value is"MANDATORY"
. The literals are from the enumerationPlacementPolicy
.If the meaning of the 'Placement Policy' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Placement Policy' attribute.
- See Also:
PlacementPolicy
,setPlacementPolicy(PlacementPolicy)
,PlacementDescriptionPackage.getAdvice_PlacementPolicy()
- Generated class or method.
- EMF model class or method.
- default="MANDATORY" required="true"
-
setPlacementPolicy
void setPlacementPolicy(PlacementPolicy value)
Sets the value of the 'Placement Policy
' attribute.- Parameters:
value
- the new value of the 'Placement Policy' attribute.- See Also:
PlacementPolicy
,getPlacementPolicy()
- Generated class or method.
-
-