com.ibm.commerce.infrastructure.facade.datatypes

Interface ConfigurationAttributeType



  • public interface ConfigurationAttributeType
    A representation of the model object 'Configuration Attribute Type'.

    The following features are supported:

    See Also:
    InfrastructurePackage.getConfigurationAttributeType()
    • Method Detail

      • getPrimaryValue

        ConfigurationValueType getPrimaryValue()
        Returns the value of the 'Primary Value' containment reference. The primary name-value pair for this configuration.
        Returns:
        the value of the 'Primary Value' containment reference.
        See Also:
        setPrimaryValue(ConfigurationValueType), InfrastructurePackage.getConfigurationAttributeType_PrimaryValue()
      • getAdditionalValue

        java.util.List getAdditionalValue()
        Returns the value of the 'Additional Value' containment reference list. The list contents are of type ConfigurationValueType. The addition name-value pairs (if there is any) for this configuration.
        Returns:
        the value of the 'Additional Value' containment reference list.
        See Also:
        InfrastructurePackage.getConfigurationAttributeType_AdditionalValue()