com.ibm.commerce.catalog.facade.datatypes

Interface FloatValueType

  • All Superinterfaces:
    AttributeValueType


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

    The following features are supported:

    See Also:
    CatalogPackage.getFloatValueType()
    • Method Detail

      • getValue

        float 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(float), CatalogPackage.getFloatValueType_Value()