com.ibm.commerce.catalog.facade.datatypes

Interface LongValueType

  • All Superinterfaces:
    AttributeValueType


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

    The following features are supported:

    See Also:
    CatalogPackage.getLongValueType()
    • Method Detail

      • getValue

        long 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(long), CatalogPackage.getLongValueType_Value()