com.ibm.commerce.catalog.facade.datatypes

Interface StringValueType

  • All Superinterfaces:
    AttributeValueType


    public interface StringValueType
    extends AttributeValueType
    A representation of the model object 'String Value Type'. An type definition for a string value for an attribute.

    The following features are supported:

    See Also:
    CatalogPackage.getStringValueType()
    • Method Detail

      • getValue

        java.lang.String 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(String), CatalogPackage.getStringValueType_Value()
      • setValue

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