com.ibm.commerce.infrastructure.facade.datatypes

Interface ShowConfigurationDataAreaType



  • public interface ShowConfigurationDataAreaType
    A representation of the model object 'Show Configuration Data Area Type'. Type definition of the ShowConfiguration BOD's data area.

    The following features are supported:

    See Also:
    InfrastructurePackage.getShowConfigurationDataAreaType()
    • Method Detail

      • getShow

        ShowType getShow()
        Returns the value of the 'Show' containment reference. The Show verb.
        Returns:
        the value of the 'Show' containment reference.
        See Also:
        setShow(ShowType), InfrastructurePackage.getShowConfigurationDataAreaType_Show()
      • setShow

        void setShow(ShowType value)
        Sets the value of the 'Show' containment reference.
        Parameters:
        value - the new value of the 'Show' containment reference.
        See Also:
        getShow()
      • getConfiguration

        java.util.List getConfiguration()
        Returns the value of the 'Configuration' containment reference list. The list contents are of type ConfigurationType. The Configuration noun.
        Returns:
        the value of the 'Configuration' containment reference list.
        See Also:
        InfrastructurePackage.getShowConfigurationDataAreaType_Configuration()