Interface AdjustableBoolean
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
AdjustableBooleanImpl
public interface AdjustableBoolean
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Adjustable Boolean'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<ForRoleType>
getFor()
Returns the value of the 'For' containment reference list.boolean
isCommon()
Returns the value of the 'Common' attribute.void
setCommon
(boolean value) Sets the value of the 'Common
' attribute.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 Details
-
isCommon
boolean isCommon()Returns the value of the 'Common' attribute.- Returns:
- the value of the 'Common' attribute.
- See Also:
-
setCommon
void setCommon(boolean value) Sets the value of the 'Common
' attribute.- Parameters:
value
- the new value of the 'Common' attribute.- See Also:
-
getFor
org.eclipse.emf.common.util.EList<ForRoleType> getFor()Returns the value of the 'For' containment reference list. The list contents are of typeForRoleType
.- Returns:
- the value of the 'For' containment reference list.
- See Also:
-