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.int
Returns the value of the 'Restart Count On Failure' attribute.int
Returns the value of the 'Restart Interval On Failure' attribute.Returns the value of the 'Schedule' reference.org.eclipse.emf.ecore.EObject
Returns the value of the 'Suppress Object' reference.boolean
Returns the value of the 'Predefined' attribute.boolean
isUse()
Returns the value of the 'Use' attribute.void
setDescription
(String value) Sets the value of the 'Description
' attribute.void
Sets the value of the 'Key
' attribute.void
setMethodName
(String value) Sets the value of the 'Method Name
' attribute.void
setPredefined
(boolean value) Sets the value of the 'Predefined
' attribute.void
setRestartCountOnFailure
(int value) Sets the value of the 'Restart Count On Failure
' attribute.void
setRestartIntervalOnFailure
(int value) Sets the value of the 'Restart Interval On Failure
' attribute.void
setSchedule
(Schedule value) Sets the value of the 'Schedule
' reference.void
setSuppressObject
(org.eclipse.emf.ecore.EObject value) Sets the value of the 'Suppress Object
' reference.void
setUse
(boolean value) Sets the value of the 'Use
' attribute.boolean
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 com._1c.g5.v8.dt.metadata.mdclass.MdObject
getComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuid
Methods 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)
-