Interface DockerCompose

    • Method Detail

      • setVersion

        void setVersion​(String value)
        Sets the value of the 'Version' attribute.
        Parameters:
        value - the new value of the 'Version' attribute.
        See Also:
        getVersion()
        Generated class or method.
      • getServices

        EList<Service> getServices()
        Returns the value of the 'Services' containment reference list. The list contents are of type Service.
        Returns:
        the value of the 'Services' containment reference list.
        See Also:
        ComposeFilePackage.getDockerCompose_Services()
        Generated class or method.
        EMF model class or method.
        containment="true"
      • getVolumes

        EList<Volumes> getVolumes()
        Returns the value of the 'Volumes' containment reference list. The list contents are of type Volumes.
        Returns:
        the value of the 'Volumes' containment reference list.
        See Also:
        ComposeFilePackage.getDockerCompose_Volumes()
        Generated class or method.
        EMF model class or method.
        containment="true"
      • getNetworks

        EList<Networks> getNetworks()
        Returns the value of the 'Networks' containment reference list. The list contents are of type Networks.
        Returns:
        the value of the 'Networks' containment reference list.
        See Also:
        ComposeFilePackage.getDockerCompose_Networks()
        Generated class or method.
        EMF model class or method.
        containment="true"
      • getConfigs

        EList<Configs> getConfigs()
        Returns the value of the 'Configs' containment reference list. The list contents are of type Configs.
        Returns:
        the value of the 'Configs' containment reference list.
        See Also:
        ComposeFilePackage.getDockerCompose_Configs()
        Generated class or method.
        EMF model class or method.
        containment="true"
      • getSecrets

        EList<Secrets> getSecrets()
        Returns the value of the 'Secrets' containment reference list. The list contents are of type Secrets.
        Returns:
        the value of the 'Secrets' containment reference list.
        See Also:
        ComposeFilePackage.getDockerCompose_Secrets()
        Generated class or method.
        EMF model class or method.
        containment="true"