ilog.rules.teamserver.brm
Interface IlrTask
-
- All Superinterfaces:
- java.lang.Cloneable, ilog.rules.teamserver.model.IlrCompositeObject, ilog.rules.commonbrm.model.IlrElement, IlrElementDetails, IlrElementHandle, IlrElementSummary, java.io.Serializable
- All Known Subinterfaces:
- IlrFunctionTask, IlrRuleTask
public interface IlrTask extends IlrElementDetails
A representation of the model object 'Task'.The following features are supported:
- See Also:
IlrBrmPackage.getTask()
-
-
Method Summary
Methods Modifier and Type Method and Description java.lang.StringgetDocumentation()Returns the value of the 'Documentation' attribute.java.lang.StringgetFinalActions()Returns the value of the 'Final Actions' attribute.java.lang.StringgetInitialActions()Returns the value of the 'Initial Actions' attribute.java.lang.StringgetName()Returns the value of the 'Name' attribute.-
Methods inherited from interface ilog.rules.teamserver.model.IlrElementDetails
cloneElement, getContainer, getRawValue, setRawValue, setRawValueNoCheck
-
Methods inherited from interface ilog.rules.teamserver.model.IlrElementHandle
eClass, equals, equals, getModelInfo, getSession, getType, getValue, getValue, hashCode, isNew, toIdString
-
-
-
-
Method Detail
-
getInitialActions
java.lang.String getInitialActions()
Returns the value of the 'Initial Actions' attribute.- Returns:
- the value of the 'Initial Actions' attribute.
- See Also:
IlrBrmPackage.getTask_InitialActions()
-
getFinalActions
java.lang.String getFinalActions()
Returns the value of the 'Final Actions' attribute.- Returns:
- the value of the 'Final Actions' attribute.
- See Also:
IlrBrmPackage.getTask_FinalActions()
-
getName
java.lang.String getName()
Returns the value of the 'Name' attribute.- Specified by:
getNamein interfaceIlrElementSummary- Returns:
- the value of the 'Name' attribute.
- See Also:
IlrBrmPackage.getTask_Name()
-
getDocumentation
java.lang.String getDocumentation()
Returns the value of the 'Documentation' attribute.- Returns:
- the value of the 'Documentation' attribute.
- See Also:
IlrBrmPackage.getTask_Documentation()
-
-