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
public interface GraphicalSchemeActivity extends GraphicalSchemeFigure
A representation of the model object 'Graphical Scheme Activity'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<SchemeItemAddressingAttribute>
getAddressingAttributes()
Returns the value of the 'Addressing Attributes' containment reference list.int
getAddressingZondeDivideYPosition()
Returns the value of the 'Addressing Zonde Divide YPosition' attribute.String
getExplanation()
Returns the value of the 'Explanation' attribute.String
getTaskDescription()
Returns the value of the 'Task Description' attribute.boolean
isAddressingZoneDivideValid()
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
-
-
-
-
Method Detail
-
getTaskDescription
String getTaskDescription()
Returns the value of the 'Task Description' attribute.- Returns:
- the value of the 'Task Description' attribute.
- See Also:
setTaskDescription(String)
,ModelPackage.getGraphicalSchemeActivity_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()
-
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(boolean)
,ModelPackage.getGraphicalSchemeActivity_AddressingZoneDivideValid()
-
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:
isAddressingZoneDivideValid()
-
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(int)
,ModelPackage.getGraphicalSchemeActivity_AddressingZondeDivideYPosition()
-
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:
getAddressingZondeDivideYPosition()
-
getExplanation
String getExplanation()
Returns the value of the 'Explanation' attribute.- Returns:
- the value of the 'Explanation' attribute.
- See Also:
setExplanation(String)
,ModelPackage.getGraphicalSchemeActivity_Explanation()
-
setExplanation
void setExplanation(String value)
Sets the value of the 'Explanation
' attribute.- Parameters:
value
- the new value of the 'Explanation' attribute.- See Also:
getExplanation()
-
isGroup
boolean isGroup()
Returns the value of the 'Group' attribute.- Returns:
- the value of the 'Group' attribute.
- See Also:
setGroup(boolean)
,ModelPackage.getGraphicalSchemeActivity_Group()
-
setGroup
void setGroup(boolean value)
Sets the value of the 'Group
' attribute.- Parameters:
value
- the new value of the 'Group' attribute.- See Also:
isGroup()
-
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:
ModelPackage.getGraphicalSchemeActivity_AddressingAttributes()
-
-