Interface ScheduledJob
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,MdObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ScheduledJobImpl
public interface ScheduledJob extends MdObject
A representation of the model object 'Scheduled Job'.The following features are supported:
- See Also:
MdClassPackage.getScheduledJob()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
Returns the value of the 'Description' attribute.String
getKey()
Returns the value of the 'Key' attribute.String
getMethodName()
Returns the value of the 'Method Name' attribute.int
getRestartCountOnFailure()
Returns the value of the 'Restart Count On Failure' attribute.int
getRestartIntervalOnFailure()
Returns the value of the 'Restart Interval On Failure' attribute.Schedule
getSchedule()
Returns the value of the 'Schedule' reference.org.eclipse.emf.ecore.EObject
getSuppressObject()
Returns the value of the 'Suppress Object' reference.boolean
isPredefined()
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
setKey(String value)
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
validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-
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
-
-
-
-
Method Detail
-
getMethodName
String getMethodName()
Returns the value of the 'Method Name' attribute.- Returns:
- the value of the 'Method Name' attribute.
- See Also:
setMethodName(String)
,MdClassPackage.getScheduledJob_MethodName()
-
setMethodName
void setMethodName(String value)
Sets the value of the 'Method Name
' attribute.- Parameters:
value
- the new value of the 'Method Name' attribute.- See Also:
getMethodName()
-
getDescription
String getDescription()
Returns the value of the 'Description' attribute.- Returns:
- the value of the 'Description' attribute.
- See Also:
setDescription(String)
,MdClassPackage.getScheduledJob_Description()
-
setDescription
void setDescription(String value)
Sets the value of the 'Description
' attribute.- Parameters:
value
- the new value of the 'Description' attribute.- See Also:
getDescription()
-
getKey
String getKey()
Returns the value of the 'Key' attribute.- Returns:
- the value of the 'Key' attribute.
- See Also:
setKey(String)
,MdClassPackage.getScheduledJob_Key()
-
setKey
void setKey(String value)
Sets the value of the 'Key
' attribute.- Parameters:
value
- the new value of the 'Key' attribute.- See Also:
getKey()
-
getSchedule
Schedule getSchedule()
Returns the value of the 'Schedule' reference.- Returns:
- the value of the 'Schedule' reference.
- See Also:
setSchedule(Schedule)
,MdClassPackage.getScheduledJob_Schedule()
-
setSchedule
void setSchedule(Schedule value)
Sets the value of the 'Schedule
' reference.- Parameters:
value
- the new value of the 'Schedule' reference.- See Also:
getSchedule()
-
isUse
boolean isUse()
Returns the value of the 'Use' attribute.- Returns:
- the value of the 'Use' attribute.
- See Also:
setUse(boolean)
,MdClassPackage.getScheduledJob_Use()
-
setUse
void setUse(boolean value)
Sets the value of the 'Use
' attribute.- Parameters:
value
- the new value of the 'Use' attribute.- See Also:
isUse()
-
isPredefined
boolean isPredefined()
Returns the value of the 'Predefined' attribute.- Returns:
- the value of the 'Predefined' attribute.
- See Also:
setPredefined(boolean)
,MdClassPackage.getScheduledJob_Predefined()
-
setPredefined
void setPredefined(boolean value)
Sets the value of the 'Predefined
' attribute.- Parameters:
value
- the new value of the 'Predefined' attribute.- See Also:
isPredefined()
-
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(int)
,MdClassPackage.getScheduledJob_RestartCountOnFailure()
-
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:
getRestartCountOnFailure()
-
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(int)
,MdClassPackage.getScheduledJob_RestartIntervalOnFailure()
-
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:
getRestartIntervalOnFailure()
-
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(EObject)
,MdClassPackage.getScheduledJob_SuppressObject()
-
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:
getSuppressObject()
-
-