Package de.gebit.integrity.dsl
Interface BooleanValue
-
- All Superinterfaces:
ConstantValue,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,StaticValue,Value,ValueOrEnumValueOrOperation
- All Known Implementing Classes:
BooleanValueImpl
public interface BooleanValue extends StaticValue
A representation of the model object 'Boolean Value'.The following features are supported:
- See Also:
DslPackage.getBooleanValue()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBooleanValue()Returns the value of the 'Boolean Value' attribute.voidsetBooleanValue(String value)Sets the value of the 'Boolean Value' attribute.
-
-
-
Method Detail
-
getBooleanValue
String getBooleanValue()
Returns the value of the 'Boolean Value' attribute.- Returns:
- the value of the 'Boolean Value' attribute.
- See Also:
setBooleanValue(String),DslPackage.getBooleanValue_BooleanValue()
-
setBooleanValue
void setBooleanValue(String value)
Sets the value of the 'Boolean Value' attribute.- Parameters:
value- the new value of the 'Boolean Value' attribute.- See Also:
getBooleanValue()
-
-