Package org.atlanmod.widespread
Interface Numeric
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
NumericImpl
public interface Numeric
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Numeric'.
The following features are supported:
- See Also:
WidespreadPackage.getNumeric()
-
Method Summary
Modifier and Type Method Description BigDecimalgetABigDecimal()Returns the value of the 'ABig Decimal' attribute.BigIntegergetABigInteger()Returns the value of the 'ABig Integer' attribute.voidsetABigDecimal(BigDecimal value)Sets the value of the 'ABig Decimal' attribute.voidsetABigInteger(BigInteger value)Sets the value of the 'ABig Integer' 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
-
getABigDecimal
BigDecimal getABigDecimal()Returns the value of the 'ABig Decimal' attribute.- Returns:
- the value of the 'ABig Decimal' attribute.
- See Also:
setABigDecimal(BigDecimal),WidespreadPackage.getNumeric_ABigDecimal()
-
setABigDecimal
Sets the value of the 'ABig Decimal' attribute.- Parameters:
value- the new value of the 'ABig Decimal' attribute.- See Also:
getABigDecimal()
-
getABigInteger
BigInteger getABigInteger()Returns the value of the 'ABig Integer' attribute.- Returns:
- the value of the 'ABig Integer' attribute.
- See Also:
setABigInteger(BigInteger),WidespreadPackage.getNumeric_ABigInteger()
-
setABigInteger
Sets the value of the 'ABig Integer' attribute.- Parameters:
value- the new value of the 'ABig Integer' attribute.- See Also:
getABigInteger()
-