Interface Placement
-
- All Known Implementing Classes:
PlacementImpl
public interface Placement extends EObject
A representation of the model object 'Placement'.The following features are supported:
- See Also:
ComposeFilePackage.getPlacement()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValueOrList
getConstraints()
Returns the value of the 'Constraints' containment reference.ListOrMapping
getPreferences()
Returns the value of the 'Preferences' containment reference.void
setConstraints(ValueOrList value)
Sets the value of the 'Constraints
' containment reference.void
setPreferences(ListOrMapping value)
Sets the value of the 'Preferences
' containment reference.-
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
-
getConstraints
ValueOrList getConstraints()
Returns the value of the 'Constraints' containment reference.- Returns:
- the value of the 'Constraints' containment reference.
- See Also:
setConstraints(ValueOrList)
,ComposeFilePackage.getPlacement_Constraints()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setConstraints
void setConstraints(ValueOrList value)
Sets the value of the 'Constraints
' containment reference.- Parameters:
value
- the new value of the 'Constraints' containment reference.- See Also:
getConstraints()
- Generated class or method.
-
getPreferences
ListOrMapping getPreferences()
Returns the value of the 'Preferences' containment reference.- Returns:
- the value of the 'Preferences' containment reference.
- See Also:
setPreferences(ListOrMapping)
,ComposeFilePackage.getPlacement_Preferences()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setPreferences
void setPreferences(ListOrMapping value)
Sets the value of the 'Preferences
' containment reference.- Parameters:
value
- the new value of the 'Preferences' containment reference.- See Also:
getPreferences()
- Generated class or method.
-
-