Package com._1c.g5.v8.dt.bp.scheme.model
Interface GraphicalSchemeSubProcess
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,GraphicalSchemeFigure,GraphicalSchemeItem,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
GraphicalSchemeSubProcessImpl
public interface GraphicalSchemeSubProcess extends GraphicalSchemeFigure
A representation of the model object 'Graphical Scheme Sub Process'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BusinessProcessgetSubprocess()Returns the value of the 'Subprocess' reference.UUIDgetSubprocessUUID()Returns the value of the 'Subprocess UUID' attribute.StringgetTaskDescription()Returns the value of the 'Task Description' attribute.voidsetSubprocess(BusinessProcess value)Sets the value of the 'Subprocess' reference.voidsetSubprocessUUID(UUID value)Sets the value of the 'Subprocess UUID' attribute.voidsetTaskDescription(String value)Sets the value of the 'Task Description' attribute.-
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.bp.scheme.model.GraphicalSchemeFigure
getBounds, getPicture, getPictureSize, setBounds, setPicture, setPictureSize
-
Methods inherited from interface com._1c.g5.v8.dt.bp.scheme.model.GraphicalSchemeItem
getBackColor, getCurrentLanguage, getEventHandlers, getFont, getGroupNumber, getHorizontalAlign, getId, getItemType, getLine, getLineColor, getName, getPassageState, getPictureLocation, getPointUUID, getTableCode, getTabOrder, getTextColor, getTitle, getToolTip, getVerticalAlign, getZOrder, isHyperlink, isTransparent, setBackColor, setCurrentLanguage, setFont, setGroupNumber, setHorizontalAlign, setHyperlink, setId, setItemType, setLine, setLineColor, setName, setPassageState, setPictureLocation, setPointUUID, setTableCode, setTabOrder, setTextColor, setTransparent, setVerticalAlign, setZOrder
-
-
-
-
Method Detail
-
getSubprocessUUID
UUID getSubprocessUUID()
Returns the value of the 'Subprocess UUID' attribute. The default value is"00000000-0000-0000-0000-000000000000".- Returns:
- the value of the 'Subprocess UUID' attribute.
- See Also:
setSubprocessUUID(UUID),ModelPackage.getGraphicalSchemeSubProcess_SubprocessUUID()
-
setSubprocessUUID
void setSubprocessUUID(UUID value)
Sets the value of the 'Subprocess UUID' attribute.- Parameters:
value- the new value of the 'Subprocess UUID' attribute.- See Also:
getSubprocessUUID()
-
getTaskDescription
String getTaskDescription()
Returns the value of the 'Task Description' attribute.- Returns:
- the value of the 'Task Description' attribute.
- See Also:
setTaskDescription(String),ModelPackage.getGraphicalSchemeSubProcess_TaskDescription()
-
setTaskDescription
void setTaskDescription(String value)
Sets the value of the 'Task Description' attribute.- Parameters:
value- the new value of the 'Task Description' attribute.- See Also:
getTaskDescription()
-
getSubprocess
BusinessProcess getSubprocess()
Returns the value of the 'Subprocess' reference.- Returns:
- the value of the 'Subprocess' reference.
- See Also:
setSubprocess(BusinessProcess),ModelPackage.getGraphicalSchemeSubProcess_Subprocess()
-
setSubprocess
void setSubprocess(BusinessProcess value)
Sets the value of the 'Subprocess' reference.- Parameters:
value- the new value of the 'Subprocess' reference.- See Also:
getSubprocess()
-
-