com.ibm.commerce.catalog.facade.datatypes

Interface DoubleValueType

  • All Superinterfaces:
    AttributeValueType


    public interface DoubleValueType
    extends AttributeValueType
    A representation of the model object 'Double Value Type'. An type definition for a DoubleValue for an attribute.

    The following features are supported:

    See Also:
    CatalogPackage.getDoubleValueType()
    • Method Detail

      • getValue

        double 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:
        isSetValue(), unsetValue(), setValue(double), CatalogPackage.getDoubleValueType_Value()