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 StringgetDescription()Returns the value of the 'Description' attribute.StringgetKey()Returns the value of the 'Key' attribute.StringgetMethodName()Returns the value of the 'Method Name' attribute.intgetRestartCountOnFailure()Returns the value of the 'Restart Count On Failure' attribute.intgetRestartIntervalOnFailure()Returns the value of the 'Restart Interval On Failure' attribute.SchedulegetSchedule()Returns the value of the 'Schedule' reference.org.eclipse.emf.ecore.EObjectgetSuppressObject()Returns the value of the 'Suppress Object' reference.booleanisPredefined()Returns the value of the 'Predefined' attribute.booleanisUse()Returns the value of the 'Use' attribute.voidsetDescription(String value)Sets the value of the 'Description' attribute.voidsetKey(String value)Sets 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.booleanvalidate(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()
-
-