com.ibm.commerce.catalog.facade.datatypes

Interface DecimalValueType

  • All Superinterfaces:
    AttributeValueType


    public interface DecimalValueType
    extends AttributeValueType
    A representation of the model object 'Decimal Value Type'. An type definition for a DecimalValue for an attribute.

    The following features are supported:

    See Also:
    CatalogPackage.getDecimalValueType()
    • Method Detail

      • getValue

        java.math.BigDecimal 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(BigDecimal), CatalogPackage.getDecimalValueType_Value()
      • setValue

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