Interface ScheduledJob
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,MdObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ScheduledJobImpl
A representation of the model object 'Scheduled Job'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Description' attribute.getKey()Returns the value of the 'Key' attribute.Returns the value of the 'Method Name' attribute.intReturns the value of the 'Restart Count On Failure' attribute.intReturns the value of the 'Restart Interval On Failure' attribute.Returns the value of the 'Schedule' reference.org.eclipse.emf.ecore.EObjectReturns the value of the 'Suppress Object' reference.booleanReturns the value of the 'Predefined' attribute.booleanisUse()Returns the value of the 'Use' attribute.voidsetDescription(String value) Sets the value of the 'Description' attribute.voidSets the value of the 'Key' attribute.voidsetMethodName(String value) Sets the value of the 'Method Name' attribute.voidsetPredefined(boolean value) Sets the value of the 'Predefined' attribute.voidsetRestartCountOnFailure(int value) Sets the value of the 'Restart Count On Failure' attribute.voidsetRestartIntervalOnFailure(int value) Sets the value of the 'Restart Interval On Failure' attribute.voidsetSchedule(Schedule value) Sets the value of the 'Schedule' reference.voidsetSuppressObject(org.eclipse.emf.ecore.EObject value) Sets the value of the 'Suppress Object' reference.voidsetUse(boolean value) Sets the value of the 'Use' attribute.booleanMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.MdObject
getComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuidMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getMethodName
String getMethodName()Returns the value of the 'Method Name' attribute.- Returns:
- the value of the 'Method Name' attribute.
- See Also:
-
setMethodName
Sets the value of the 'Method Name' attribute.- Parameters:
value- the new value of the 'Method Name' attribute.- See Also:
-
getDescription
String getDescription()Returns the value of the 'Description' attribute.- Returns:
- the value of the 'Description' attribute.
- See Also:
-
setDescription
Sets the value of the 'Description' attribute.- Parameters:
value- the new value of the 'Description' attribute.- See Also:
-
getKey
String getKey()Returns the value of the 'Key' attribute.- Returns:
- the value of the 'Key' attribute.
- See Also:
-
setKey
Sets the value of the 'Key' attribute.- Parameters:
value- the new value of the 'Key' attribute.- See Also:
-
getSchedule
Schedule getSchedule()Returns the value of the 'Schedule' reference.- Returns:
- the value of the 'Schedule' reference.
- See Also:
-
setSchedule
Sets the value of the 'Schedule' reference.- Parameters:
value- the new value of the 'Schedule' reference.- See Also:
-
isUse
boolean isUse()Returns the value of the 'Use' attribute.- Returns:
- the value of the 'Use' attribute.
- See Also:
-
setUse
void setUse(boolean value) Sets the value of the 'Use' attribute.- Parameters:
value- the new value of the 'Use' attribute.- See Also:
-
isPredefined
boolean isPredefined()Returns the value of the 'Predefined' attribute.- Returns:
- the value of the 'Predefined' attribute.
- See Also:
-
setPredefined
void setPredefined(boolean value) Sets the value of the 'Predefined' attribute.- Parameters:
value- the new value of the 'Predefined' attribute.- See Also:
-
getRestartCountOnFailure
int getRestartCountOnFailure()Returns the value of the 'Restart Count On Failure' attribute.- Returns:
- the value of the 'Restart Count On Failure' attribute.
- See Also:
-
setRestartCountOnFailure
void setRestartCountOnFailure(int value) Sets the value of the 'Restart Count On Failure' attribute.- Parameters:
value- the new value of the 'Restart Count On Failure' attribute.- See Also:
-
getRestartIntervalOnFailure
int getRestartIntervalOnFailure()Returns the value of the 'Restart Interval On Failure' attribute.- Returns:
- the value of the 'Restart Interval On Failure' attribute.
- See Also:
-
setRestartIntervalOnFailure
void setRestartIntervalOnFailure(int value) Sets the value of the 'Restart Interval On Failure' attribute.- Parameters:
value- the new value of the 'Restart Interval On Failure' attribute.- See Also:
-
getSuppressObject
org.eclipse.emf.ecore.EObject getSuppressObject()Returns the value of the 'Suppress Object' reference.- Returns:
- the value of the 'Suppress Object' reference.
- See Also:
-
setSuppressObject
void setSuppressObject(org.eclipse.emf.ecore.EObject value) Sets the value of the 'Suppress Object' reference.- Parameters:
value- the new value of the 'Suppress Object' reference.- See Also:
-
validate
boolean validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)
-