Interface Config
-
- All Superinterfaces:
DeployConfigs
,EObject
,Notifier
- All Known Implementing Classes:
ConfigImpl
public interface Config extends DeployConfigs
A representation of the model object 'Config'.The following features are supported:
- See Also:
ComposeFilePackage.getConfig()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDelay()
Returns the value of the 'Delay' attribute.String
getFailure_action()
Returns the value of the 'Failure action' attribute.String
getMax_failure_ratio()
Returns the value of the 'Max failure ratio' attribute.String
getMonitor()
Returns the value of the 'Monitor' attribute.String
getOrder()
Returns the value of the 'Order' attribute.String
getParallelism()
Returns the value of the 'Parallelism' attribute.void
setDelay(String value)
Sets the value of the 'Delay
' attribute.void
setFailure_action(String value)
Sets the value of the 'Failure action
' attribute.void
setMax_failure_ratio(String value)
Sets the value of the 'Max failure ratio
' attribute.void
setMonitor(String value)
Sets the value of the 'Monitor
' attribute.void
setOrder(String value)
Sets the value of the 'Order
' attribute.void
setParallelism(String value)
Sets the value of the 'Parallelism
' 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
-
getParallelism
String getParallelism()
Returns the value of the 'Parallelism' attribute.- Returns:
- the value of the 'Parallelism' attribute.
- See Also:
setParallelism(String)
,ComposeFilePackage.getConfig_Parallelism()
- Generated class or method.
- EMF model class or method.
-
setParallelism
void setParallelism(String value)
Sets the value of the 'Parallelism
' attribute.- Parameters:
value
- the new value of the 'Parallelism' attribute.- See Also:
getParallelism()
- Generated class or method.
-
getDelay
String getDelay()
Returns the value of the 'Delay' attribute.- Returns:
- the value of the 'Delay' attribute.
- See Also:
setDelay(String)
,ComposeFilePackage.getConfig_Delay()
- Generated class or method.
- EMF model class or method.
-
setDelay
void setDelay(String value)
Sets the value of the 'Delay
' attribute.- Parameters:
value
- the new value of the 'Delay' attribute.- See Also:
getDelay()
- Generated class or method.
-
getFailure_action
String getFailure_action()
Returns the value of the 'Failure action' attribute.- Returns:
- the value of the 'Failure action' attribute.
- See Also:
setFailure_action(String)
,ComposeFilePackage.getConfig_Failure_action()
- Generated class or method.
- EMF model class or method.
-
setFailure_action
void setFailure_action(String value)
Sets the value of the 'Failure action
' attribute.- Parameters:
value
- the new value of the 'Failure action' attribute.- See Also:
getFailure_action()
- Generated class or method.
-
getMonitor
String getMonitor()
Returns the value of the 'Monitor' attribute.- Returns:
- the value of the 'Monitor' attribute.
- See Also:
setMonitor(String)
,ComposeFilePackage.getConfig_Monitor()
- Generated class or method.
- EMF model class or method.
-
setMonitor
void setMonitor(String value)
Sets the value of the 'Monitor
' attribute.- Parameters:
value
- the new value of the 'Monitor' attribute.- See Also:
getMonitor()
- Generated class or method.
-
getMax_failure_ratio
String getMax_failure_ratio()
Returns the value of the 'Max failure ratio' attribute.- Returns:
- the value of the 'Max failure ratio' attribute.
- See Also:
setMax_failure_ratio(String)
,ComposeFilePackage.getConfig_Max_failure_ratio()
- Generated class or method.
- EMF model class or method.
-
setMax_failure_ratio
void setMax_failure_ratio(String value)
Sets the value of the 'Max failure ratio
' attribute.- Parameters:
value
- the new value of the 'Max failure ratio' attribute.- See Also:
getMax_failure_ratio()
- Generated class or method.
-
getOrder
String getOrder()
Returns the value of the 'Order' attribute.- Returns:
- the value of the 'Order' attribute.
- See Also:
setOrder(String)
,ComposeFilePackage.getConfig_Order()
- Generated class or method.
- EMF model class or method.
-
setOrder
void setOrder(String value)
Sets the value of the 'Order
' attribute.- Parameters:
value
- the new value of the 'Order' attribute.- See Also:
getOrder()
- Generated class or method.
-
-