com.ibm.commerce.catalog.facade.datatypes

Interface IntegerValueType

  • All Superinterfaces:
    AttributeValueType


    public interface IntegerValueType
    extends AttributeValueType
    A representation of the model object 'Integer Value Type'. An type definition for an IntegerValue for an attribute.

    The following features are supported:

    See Also:
    CatalogPackage.getIntegerValueType()
    • Method Detail

      • getValue

        int 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(int), CatalogPackage.getIntegerValueType_Value()
      • isSetValue

        boolean isSetValue()
        Returns whether the value of the 'Value' attribute is set.
        Returns:
        whether the value of the 'Value' attribute is set.
        See Also:
        unsetValue(), getValue(), setValue(int)