com.ibm.commerce.catalog.facade.datatypes

Interface BigIntegerValueType

  • All Superinterfaces:
    AttributeValueType


    public interface BigIntegerValueType
    extends AttributeValueType
    A representation of the model object 'Big Integer Value Type'. An type definition for a FloatValue for an attribute.

    The following features are supported:

    See Also:
    CatalogPackage.getBigIntegerValueType()
    • Method Detail

      • getValue

        java.math.BigInteger getValue()
        Returns the value of the 'Value' attribute.

        If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Value' attribute.
        See Also:
        setValue(BigInteger), CatalogPackage.getBigIntegerValueType_Value()
      • setValue

        void setValue(java.math.BigInteger value)
        Sets the value of the 'Value' attribute.
        Parameters:
        value - the new value of the 'Value' attribute.
        See Also:
        getValue()