Package de.gebit.integrity.dsl
Interface IntegerValue
-
- All Superinterfaces:
ConstantValue,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,StaticValue,Value,ValueOrEnumValueOrOperation
- All Known Implementing Classes:
IntegerValueImpl
public interface IntegerValue extends StaticValue
A representation of the model object 'Integer Value'.The following features are supported:
- See Also:
DslPackage.getIntegerValue()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigIntegergetIntegerValue()Returns the value of the 'Integer Value' attribute.voidsetIntegerValue(BigInteger value)Sets the value of the 'Integer Value' attribute.
-
-
-
Method Detail
-
getIntegerValue
BigInteger getIntegerValue()
Returns the value of the 'Integer Value' attribute.- Returns:
- the value of the 'Integer Value' attribute.
- See Also:
setIntegerValue(BigInteger),DslPackage.getIntegerValue_IntegerValue()
-
setIntegerValue
void setIntegerValue(BigInteger value)
Sets the value of the 'Integer Value' attribute.- Parameters:
value- the new value of the 'Integer Value' attribute.- See Also:
getIntegerValue()
-
-