Package com._1c.g5.v8.dt.bp.scheme.model
Interface GraphicalSchemeActivity
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,GraphicalSchemeFigure
,GraphicalSchemeItem
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
GraphicalSchemeActivityImpl
A representation of the model object 'Graphical Scheme Activity'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<SchemeItemAddressingAttribute>
Returns the value of the 'Addressing Attributes' containment reference list.int
Returns the value of the 'Addressing Zonde Divide YPosition' attribute.Returns the value of the 'Explanation' attribute.Returns the value of the 'Task Description' attribute.boolean
Returns the value of the 'Addressing Zone Divide Valid' attribute.boolean
isGroup()
Returns the value of the 'Group' attribute.void
setAddressingZondeDivideYPosition
(int value) Sets the value of the 'Addressing Zonde Divide YPosition
' attribute.void
setAddressingZoneDivideValid
(boolean value) Sets the value of the 'Addressing Zone Divide Valid
' attribute.void
setExplanation
(String value) Sets the value of the 'Explanation
' attribute.void
setGroup
(boolean value) Sets the value of the 'Group
' 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
-
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:
-
isAddressingZoneDivideValid
boolean isAddressingZoneDivideValid()Returns the value of the 'Addressing Zone Divide Valid' attribute.- Returns:
- the value of the 'Addressing Zone Divide Valid' attribute.
- See Also:
-
setAddressingZoneDivideValid
void setAddressingZoneDivideValid(boolean value) Sets the value of the 'Addressing Zone Divide Valid
' attribute.- Parameters:
value
- the new value of the 'Addressing Zone Divide Valid' attribute.- See Also:
-
getAddressingZondeDivideYPosition
int getAddressingZondeDivideYPosition()Returns the value of the 'Addressing Zonde Divide YPosition' attribute.- Returns:
- the value of the 'Addressing Zonde Divide YPosition' attribute.
- See Also:
-
setAddressingZondeDivideYPosition
void setAddressingZondeDivideYPosition(int value) Sets the value of the 'Addressing Zonde Divide YPosition
' attribute.- Parameters:
value
- the new value of the 'Addressing Zonde Divide YPosition' attribute.- See Also:
-
getExplanation
String getExplanation()Returns the value of the 'Explanation' attribute.- Returns:
- the value of the 'Explanation' attribute.
- See Also:
-
setExplanation
Sets the value of the 'Explanation
' attribute.- Parameters:
value
- the new value of the 'Explanation' attribute.- See Also:
-
isGroup
boolean isGroup()Returns the value of the 'Group' attribute.- Returns:
- the value of the 'Group' attribute.
- See Also:
-
setGroup
void setGroup(boolean value) Sets the value of the 'Group
' attribute.- Parameters:
value
- the new value of the 'Group' attribute.- See Also:
-
getAddressingAttributes
org.eclipse.emf.common.util.EList<SchemeItemAddressingAttribute> getAddressingAttributes()Returns the value of the 'Addressing Attributes' containment reference list. The list contents are of typeSchemeItemAddressingAttribute
.- Returns:
- the value of the 'Addressing Attributes' containment reference list.
- See Also:
-