public interface BigIntegerValueType extends AttributeValueType
The following features are supported:
CatalogPackage.getBigIntegerValueType()
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
getValue()
Returns the value of the 'Value' attribute.
|
void |
setValue(java.math.BigInteger value)
Sets the value of the '
Value ' attribute. |
java.math.BigInteger getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(BigInteger)
,
CatalogPackage.getBigIntegerValueType_Value()
void setValue(java.math.BigInteger value)
Value
' attribute.
value
- the new value of the 'Value' attribute.getValue()