Interface DockerCompose
-
- All Known Implementing Classes:
DockerComposeImpl
public interface DockerCompose extends EObject
A representation of the model object 'Docker Compose'.The following features are supported:
- See Also:
ComposeFilePackage.getDockerCompose()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<Configs>
getConfigs()
Returns the value of the 'Configs' containment reference list.EList<Networks>
getNetworks()
Returns the value of the 'Networks' containment reference list.EList<Secrets>
getSecrets()
Returns the value of the 'Secrets' containment reference list.EList<Service>
getServices()
Returns the value of the 'Services' containment reference list.String
getVersion()
Returns the value of the 'Version' attribute.EList<Volumes>
getVolumes()
Returns the value of the 'Volumes' containment reference list.void
setVersion(String value)
Sets the value of the 'Version
' attribute.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getVersion
String getVersion()
Returns the value of the 'Version' attribute.- Returns:
- the value of the 'Version' attribute.
- See Also:
setVersion(String)
,ComposeFilePackage.getDockerCompose_Version()
- Generated class or method.
- EMF model class or method.
-
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 typeService
.- 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 typeVolumes
.- 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 typeNetworks
.- 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 typeConfigs
.- 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 typeSecrets
.- 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"
-
-