Interface Volumes
-
- All Known Implementing Classes:
VolumesImpl
public interface Volumes extends EObject
A representation of the model object 'Volumes'.The following features are supported:
- See Also:
ComposeFilePackage.getVolumes()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCustomName()
Returns the value of the 'Custom Name' attribute.String
getDriver()
Returns the value of the 'Driver' attribute.Mapping
getDriver_opts()
Returns the value of the 'Driver opts' containment reference.String
getExternal()
Returns the value of the 'External' attribute.ListOrMapping
getLabels()
Returns the value of the 'Labels' containment reference.String
getName()
Returns the value of the 'Name' attribute.void
setCustomName(String value)
Sets the value of the 'Custom Name
' attribute.void
setDriver(String value)
Sets the value of the 'Driver
' attribute.void
setDriver_opts(Mapping value)
Sets the value of the 'Driver opts
' containment reference.void
setExternal(String value)
Sets the value of the 'External
' attribute.void
setLabels(ListOrMapping value)
Sets the value of the 'Labels
' containment reference.void
setName(String value)
Sets the value of the 'Name
' 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
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String)
,ComposeFilePackage.getVolumes_Name()
- Generated class or method.
- EMF model class or method.
-
setName
void setName(String value)
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
getName()
- Generated class or method.
-
getDriver
String getDriver()
Returns the value of the 'Driver' attribute.- Returns:
- the value of the 'Driver' attribute.
- See Also:
setDriver(String)
,ComposeFilePackage.getVolumes_Driver()
- Generated class or method.
- EMF model class or method.
-
setDriver
void setDriver(String value)
Sets the value of the 'Driver
' attribute.- Parameters:
value
- the new value of the 'Driver' attribute.- See Also:
getDriver()
- Generated class or method.
-
getDriver_opts
Mapping getDriver_opts()
Returns the value of the 'Driver opts' containment reference.- Returns:
- the value of the 'Driver opts' containment reference.
- See Also:
setDriver_opts(Mapping)
,ComposeFilePackage.getVolumes_Driver_opts()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setDriver_opts
void setDriver_opts(Mapping value)
Sets the value of the 'Driver opts
' containment reference.- Parameters:
value
- the new value of the 'Driver opts' containment reference.- See Also:
getDriver_opts()
- Generated class or method.
-
getExternal
String getExternal()
Returns the value of the 'External' attribute.- Returns:
- the value of the 'External' attribute.
- See Also:
setExternal(String)
,ComposeFilePackage.getVolumes_External()
- Generated class or method.
- EMF model class or method.
-
setExternal
void setExternal(String value)
Sets the value of the 'External
' attribute.- Parameters:
value
- the new value of the 'External' attribute.- See Also:
getExternal()
- Generated class or method.
-
getLabels
ListOrMapping getLabels()
Returns the value of the 'Labels' containment reference.- Returns:
- the value of the 'Labels' containment reference.
- See Also:
setLabels(ListOrMapping)
,ComposeFilePackage.getVolumes_Labels()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setLabels
void setLabels(ListOrMapping value)
Sets the value of the 'Labels
' containment reference.- Parameters:
value
- the new value of the 'Labels' containment reference.- See Also:
getLabels()
- Generated class or method.
-
getCustomName
String getCustomName()
Returns the value of the 'Custom Name' attribute.- Returns:
- the value of the 'Custom Name' attribute.
- See Also:
setCustomName(String)
,ComposeFilePackage.getVolumes_CustomName()
- Generated class or method.
- EMF model class or method.
-
setCustomName
void setCustomName(String value)
Sets the value of the 'Custom Name
' attribute.- Parameters:
value
- the new value of the 'Custom Name' attribute.- See Also:
getCustomName()
- Generated class or method.
-
-