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.EObjectA representation of the model object 'Adjustable Boolean'.The following features are supported:
- See Also:
MdClassPackage.getAdjustableBoolean()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.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.
-
-
-
Method Detail
-
isCommon
boolean isCommon()
Returns the value of the 'Common' attribute.- Returns:
- the value of the 'Common' attribute.
- See Also:
setCommon(boolean),MdClassPackage.getAdjustableBoolean_Common()
-
setCommon
void setCommon(boolean value)
Sets the value of the 'Common' attribute.- Parameters:
value- the new value of the 'Common' attribute.- See Also:
isCommon()
-
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:
MdClassPackage.getAdjustableBoolean_For()
-
-