Interface ServiceVolumeLongSyntax
-
- All Superinterfaces:
EObject
,Notifier
,ServiceVolumes
- All Known Implementing Classes:
ServiceVolumeLongSyntaxImpl
public interface ServiceVolumeLongSyntax extends ServiceVolumes
A representation of the model object 'Service Volume Long Syntax'.The following features are supported:
- See Also:
ComposeFilePackage.getServiceVolumeLongSyntax()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getBindPropagation()
Returns the value of the 'Bind Propagation' attribute.String
getConsistency()
Returns the value of the 'Consistency' attribute.String
getRead_only()
Returns the value of the 'Read only' attribute.String
getSource()
Returns the value of the 'Source' attribute.String
getTarget()
Returns the value of the 'Target' attribute.String
getTmpfsSize()
Returns the value of the 'Tmpfs Size' attribute.String
getType()
Returns the value of the 'Type' attribute.String
getVolumeNocopy()
Returns the value of the 'Volume Nocopy' attribute.void
setBindPropagation(String value)
Sets the value of the 'Bind Propagation
' attribute.void
setConsistency(String value)
Sets the value of the 'Consistency
' attribute.void
setRead_only(String value)
Sets the value of the 'Read only
' attribute.void
setSource(String value)
Sets the value of the 'Source
' attribute.void
setTarget(String value)
Sets the value of the 'Target
' attribute.void
setTmpfsSize(String value)
Sets the value of the 'Tmpfs Size
' attribute.void
setType(String value)
Sets the value of the 'Type
' attribute.void
setVolumeNocopy(String value)
Sets the value of the 'Volume Nocopy
' 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
-
Methods inherited from interface org.palladiosimulator.somox.docker.compose.composeFile.ServiceVolumes
getVolumes, setVolumes
-
-
-
-
Method Detail
-
getType
String getType()
Returns the value of the 'Type' attribute.- Returns:
- the value of the 'Type' attribute.
- See Also:
setType(String)
,ComposeFilePackage.getServiceVolumeLongSyntax_Type()
- Generated class or method.
- EMF model class or method.
-
setType
void setType(String value)
Sets the value of the 'Type
' attribute.- Parameters:
value
- the new value of the 'Type' attribute.- See Also:
getType()
- Generated class or method.
-
getSource
String getSource()
Returns the value of the 'Source' attribute.- Returns:
- the value of the 'Source' attribute.
- See Also:
setSource(String)
,ComposeFilePackage.getServiceVolumeLongSyntax_Source()
- Generated class or method.
- EMF model class or method.
-
setSource
void setSource(String value)
Sets the value of the 'Source
' attribute.- Parameters:
value
- the new value of the 'Source' attribute.- See Also:
getSource()
- Generated class or method.
-
getTarget
String getTarget()
Returns the value of the 'Target' attribute.- Returns:
- the value of the 'Target' attribute.
- See Also:
setTarget(String)
,ComposeFilePackage.getServiceVolumeLongSyntax_Target()
- Generated class or method.
- EMF model class or method.
-
setTarget
void setTarget(String value)
Sets the value of the 'Target
' attribute.- Parameters:
value
- the new value of the 'Target' attribute.- See Also:
getTarget()
- Generated class or method.
-
getRead_only
String getRead_only()
Returns the value of the 'Read only' attribute.- Returns:
- the value of the 'Read only' attribute.
- See Also:
setRead_only(String)
,ComposeFilePackage.getServiceVolumeLongSyntax_Read_only()
- Generated class or method.
- EMF model class or method.
-
setRead_only
void setRead_only(String value)
Sets the value of the 'Read only
' attribute.- Parameters:
value
- the new value of the 'Read only' attribute.- See Also:
getRead_only()
- Generated class or method.
-
getConsistency
String getConsistency()
Returns the value of the 'Consistency' attribute.- Returns:
- the value of the 'Consistency' attribute.
- See Also:
setConsistency(String)
,ComposeFilePackage.getServiceVolumeLongSyntax_Consistency()
- Generated class or method.
- EMF model class or method.
-
setConsistency
void setConsistency(String value)
Sets the value of the 'Consistency
' attribute.- Parameters:
value
- the new value of the 'Consistency' attribute.- See Also:
getConsistency()
- Generated class or method.
-
getBindPropagation
String getBindPropagation()
Returns the value of the 'Bind Propagation' attribute.- Returns:
- the value of the 'Bind Propagation' attribute.
- See Also:
setBindPropagation(String)
,ComposeFilePackage.getServiceVolumeLongSyntax_BindPropagation()
- Generated class or method.
- EMF model class or method.
-
setBindPropagation
void setBindPropagation(String value)
Sets the value of the 'Bind Propagation
' attribute.- Parameters:
value
- the new value of the 'Bind Propagation' attribute.- See Also:
getBindPropagation()
- Generated class or method.
-
getVolumeNocopy
String getVolumeNocopy()
Returns the value of the 'Volume Nocopy' attribute.- Returns:
- the value of the 'Volume Nocopy' attribute.
- See Also:
setVolumeNocopy(String)
,ComposeFilePackage.getServiceVolumeLongSyntax_VolumeNocopy()
- Generated class or method.
- EMF model class or method.
-
setVolumeNocopy
void setVolumeNocopy(String value)
Sets the value of the 'Volume Nocopy
' attribute.- Parameters:
value
- the new value of the 'Volume Nocopy' attribute.- See Also:
getVolumeNocopy()
- Generated class or method.
-
getTmpfsSize
String getTmpfsSize()
Returns the value of the 'Tmpfs Size' attribute.- Returns:
- the value of the 'Tmpfs Size' attribute.
- See Also:
setTmpfsSize(String)
,ComposeFilePackage.getServiceVolumeLongSyntax_TmpfsSize()
- Generated class or method.
- EMF model class or method.
-
setTmpfsSize
void setTmpfsSize(String value)
Sets the value of the 'Tmpfs Size
' attribute.- Parameters:
value
- the new value of the 'Tmpfs Size' attribute.- See Also:
getTmpfsSize()
- Generated class or method.
-
-