Interface RestartPolicy
-
- All Known Implementing Classes:
RestartPolicyImpl
public interface RestartPolicy extends EObject
A representation of the model object 'Restart Policy'.The following features are supported:
- See Also:
ComposeFilePackage.getRestartPolicy()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCondition()Returns the value of the 'Condition' attribute.StringgetDelay()Returns the value of the 'Delay' attribute.StringgetMax_attempts()Returns the value of the 'Max attempts' attribute.StringgetWindow()Returns the value of the 'Window' attribute.voidsetCondition(String value)Sets the value of the 'Condition' attribute.voidsetDelay(String value)Sets the value of the 'Delay' attribute.voidsetMax_attempts(String value)Sets the value of the 'Max attempts' attribute.voidsetWindow(String value)Sets the value of the 'Window' 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
-
getCondition
String getCondition()
Returns the value of the 'Condition' attribute.- Returns:
- the value of the 'Condition' attribute.
- See Also:
setCondition(String),ComposeFilePackage.getRestartPolicy_Condition()- Generated class or method.
- EMF model class or method.
-
setCondition
void setCondition(String value)
Sets the value of the 'Condition' attribute.- Parameters:
value- the new value of the 'Condition' attribute.- See Also:
getCondition()- 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.getRestartPolicy_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.
-
getMax_attempts
String getMax_attempts()
Returns the value of the 'Max attempts' attribute.- Returns:
- the value of the 'Max attempts' attribute.
- See Also:
setMax_attempts(String),ComposeFilePackage.getRestartPolicy_Max_attempts()- Generated class or method.
- EMF model class or method.
-
setMax_attempts
void setMax_attempts(String value)
Sets the value of the 'Max attempts' attribute.- Parameters:
value- the new value of the 'Max attempts' attribute.- See Also:
getMax_attempts()- Generated class or method.
-
getWindow
String getWindow()
Returns the value of the 'Window' attribute.- Returns:
- the value of the 'Window' attribute.
- See Also:
setWindow(String),ComposeFilePackage.getRestartPolicy_Window()- Generated class or method.
- EMF model class or method.
-
setWindow
void setWindow(String value)
Sets the value of the 'Window' attribute.- Parameters:
value- the new value of the 'Window' attribute.- See Also:
getWindow()- Generated class or method.
-
-