Interface ServiceVolumes
- 
- All Known Subinterfaces:
 ServiceVolumeLongSyntax
- All Known Implementing Classes:
 ServiceVolumeLongSyntaxImpl,ServiceVolumesImpl
public interface ServiceVolumes extends EObject
A representation of the model object 'Service Volumes'.The following features are supported:
- See Also:
 ComposeFilePackage.getServiceVolumes()- Generated class or method.
 - EMF model class or method.
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetVolumes()Returns the value of the 'Volumes' attribute.voidsetVolumes(String value)Sets the value of the 'Volumes' 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
- 
getVolumes
String getVolumes()
Returns the value of the 'Volumes' attribute.- Returns:
 - the value of the 'Volumes' attribute.
 - See Also:
 setVolumes(String),ComposeFilePackage.getServiceVolumes_Volumes()- Generated class or method.
 - EMF model class or method.
 
 
- 
setVolumes
void setVolumes(String value)
Sets the value of the 'Volumes' attribute.- Parameters:
 value- the new value of the 'Volumes' attribute.- See Also:
 getVolumes()- Generated class or method.
 
 
 - 
 
 -