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.booleanisCommon()Returns the value of the 'Common' attribute.voidsetCommon(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, eUnsetMethods 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:
-