Package de.gebit.integrity.dsl
Interface DecimalValue
-
- All Superinterfaces:
ConstantValue,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,StaticValue,Value,ValueOrEnumValueOrOperation
- All Known Implementing Classes:
DecimalValueImpl
public interface DecimalValue extends StaticValue
A representation of the model object 'Decimal Value'.The following features are supported:
- See Also:
DslPackage.getDecimalValue()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigDecimalgetDecimalValue()Returns the value of the 'Decimal Value' attribute.voidsetDecimalValue(BigDecimal value)Sets the value of the 'Decimal Value' attribute.
-
-
-
Method Detail
-
getDecimalValue
BigDecimal getDecimalValue()
Returns the value of the 'Decimal Value' attribute.- Returns:
- the value of the 'Decimal Value' attribute.
- See Also:
setDecimalValue(BigDecimal),DslPackage.getDecimalValue_DecimalValue()
-
setDecimalValue
void setDecimalValue(BigDecimal value)
Sets the value of the 'Decimal Value' attribute.- Parameters:
value- the new value of the 'Decimal Value' attribute.- See Also:
getDecimalValue()
-
-