com.ibm.websphere.wim.model

Interface Container

  • All Superinterfaces:
    Entity


    public interface Container
    extends Entity
    A representation of the model object 'Container'.

    The following features are supported:

    See Also:
    ModelPackage.getContainer()
    Model:
    Generated:
    • Method Detail

      • getCn

        java.lang.String getCn()
        Returns the value of the 'Cn' attribute.
        See Also:
        setCn(String), ModelPackage.getContainer_Cn()
        Model:
        unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
        Generated:
        Return:
        the value of the 'Cn' attribute.
      • setCn

        void setCn(java.lang.String value)
        Sets the value of the 'Cn' attribute.
        Parameters:
        value - the new value of the 'Cn' attribute.
        See Also:
        getCn()
        Generated: