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
A representation of the model object 'Graphical Scheme Sub Process'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Subprocess' reference.Returns the value of the 'Subprocess UUID' attribute.Returns the value of the 'Task Description' attribute.void
setSubprocess
(BusinessProcess value) Sets the value of the 'Subprocess
' reference.void
setSubprocessUUID
(UUID value) Sets the value of the 'Subprocess UUID
' attribute.void
setTaskDescription
(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
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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
Sets the value of the 'Subprocess UUID
' attribute.- Parameters:
value
- the new value of the 'Subprocess UUID' attribute.- See Also:
-
getTaskDescription
String getTaskDescription()Returns the value of the 'Task Description' attribute.- Returns:
- the value of the 'Task Description' attribute.
- See Also:
-
setTaskDescription
Sets the value of the 'Task Description
' attribute.- Parameters:
value
- the new value of the 'Task Description' attribute.- See Also:
-
getSubprocess
BusinessProcess getSubprocess()Returns the value of the 'Subprocess' reference.- Returns:
- the value of the 'Subprocess' reference.
- See Also:
-
setSubprocess
Sets the value of the 'Subprocess
' reference.- Parameters:
value
- the new value of the 'Subprocess' reference.- See Also:
-