Package com._1c.g5.v8.dt.bp.scheme.model
Interface GraphicalSchemeConnection
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,GraphicalSchemeItem
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
GraphicalSchemeConnectionImpl
A representation of the model object 'Graphical Scheme Connection'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Begin Arrow' attribute.Returns the value of the 'End Arrow' attribute.org.eclipse.emf.common.util.EList<Point>
Returns the value of the 'Points' containment reference list.int
Returns the value of the 'Source Item Id' attribute.Returns the value of the 'Source Item Name' attribute.int
Returns the value of the 'Source Port Index' attribute.int
Returns the value of the 'Target Item Id' attribute.Returns the value of the 'Target Item Name' attribute.int
Returns the value of the 'Target Port Index' attribute.Returns the value of the 'Text Location' attribute.org.eclipse.emf.common.util.EList<Segment>
Returns the value of the 'User Segments' containment reference list.boolean
Returns the value of the 'Decorative Line' attribute.void
setBeginArrow
(ArrowStyle value) Sets the value of the 'Begin Arrow
' attribute.void
setDecorativeLine
(boolean value) Sets the value of the 'Decorative Line
' attribute.void
setEndArrow
(ArrowStyle value) Sets the value of the 'End Arrow
' attribute.void
setSourceItemId
(int value) Sets the value of the 'Source Item Id
' attribute.void
setSourceItemName
(String value) Sets the value of the 'Source Item Name
' attribute.void
setSourcePortIndex
(int value) Sets the value of the 'Source Port Index
' attribute.void
setTargetItemId
(int value) Sets the value of the 'Target Item Id
' attribute.void
setTargetItemName
(String value) Sets the value of the 'Target Item Name
' attribute.void
setTargetPortIndex
(int value) Sets the value of the 'Target Port Index
' attribute.void
Sets the value of the 'Text Location
' 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.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
-
getPoints
org.eclipse.emf.common.util.EList<Point> getPoints()Returns the value of the 'Points' containment reference list. The list contents are of typePoint
.- Returns:
- the value of the 'Points' containment reference list.
- See Also:
-
getSourceItemId
int getSourceItemId()Returns the value of the 'Source Item Id' attribute.- Returns:
- the value of the 'Source Item Id' attribute.
- See Also:
-
setSourceItemId
void setSourceItemId(int value) Sets the value of the 'Source Item Id
' attribute.- Parameters:
value
- the new value of the 'Source Item Id' attribute.- See Also:
-
getSourceItemName
String getSourceItemName()Returns the value of the 'Source Item Name' attribute.- Returns:
- the value of the 'Source Item Name' attribute.
- See Also:
-
setSourceItemName
Sets the value of the 'Source Item Name
' attribute.- Parameters:
value
- the new value of the 'Source Item Name' attribute.- See Also:
-
getSourcePortIndex
int getSourcePortIndex()Returns the value of the 'Source Port Index' attribute.- Returns:
- the value of the 'Source Port Index' attribute.
- See Also:
-
setSourcePortIndex
void setSourcePortIndex(int value) Sets the value of the 'Source Port Index
' attribute.- Parameters:
value
- the new value of the 'Source Port Index' attribute.- See Also:
-
getTargetItemId
int getTargetItemId()Returns the value of the 'Target Item Id' attribute.- Returns:
- the value of the 'Target Item Id' attribute.
- See Also:
-
setTargetItemId
void setTargetItemId(int value) Sets the value of the 'Target Item Id
' attribute.- Parameters:
value
- the new value of the 'Target Item Id' attribute.- See Also:
-
getTargetItemName
String getTargetItemName()Returns the value of the 'Target Item Name' attribute.- Returns:
- the value of the 'Target Item Name' attribute.
- See Also:
-
setTargetItemName
Sets the value of the 'Target Item Name
' attribute.- Parameters:
value
- the new value of the 'Target Item Name' attribute.- See Also:
-
getTargetPortIndex
int getTargetPortIndex()Returns the value of the 'Target Port Index' attribute.- Returns:
- the value of the 'Target Port Index' attribute.
- See Also:
-
setTargetPortIndex
void setTargetPortIndex(int value) Sets the value of the 'Target Port Index
' attribute.- Parameters:
value
- the new value of the 'Target Port Index' attribute.- See Also:
-
isDecorativeLine
boolean isDecorativeLine()Returns the value of the 'Decorative Line' attribute.- Returns:
- the value of the 'Decorative Line' attribute.
- See Also:
-
setDecorativeLine
void setDecorativeLine(boolean value) Sets the value of the 'Decorative Line
' attribute.- Parameters:
value
- the new value of the 'Decorative Line' attribute.- See Also:
-
getTextLocation
GraphicalSchemeConnectionTextLocation getTextLocation()Returns the value of the 'Text Location' attribute. The default value is"FirstSegment"
. The literals are from the enumerationGraphicalSchemeConnectionTextLocation
.- Returns:
- the value of the 'Text Location' attribute.
- See Also:
-
setTextLocation
Sets the value of the 'Text Location
' attribute.- Parameters:
value
- the new value of the 'Text Location' attribute.- See Also:
-
getBeginArrow
ArrowStyle getBeginArrow()Returns the value of the 'Begin Arrow' attribute. The literals are from the enumerationArrowStyle
.- Returns:
- the value of the 'Begin Arrow' attribute.
- See Also:
-
setBeginArrow
Sets the value of the 'Begin Arrow
' attribute.- Parameters:
value
- the new value of the 'Begin Arrow' attribute.- See Also:
-
getEndArrow
ArrowStyle getEndArrow()Returns the value of the 'End Arrow' attribute. The default value is"Blank"
. The literals are from the enumerationArrowStyle
.- Returns:
- the value of the 'End Arrow' attribute.
- See Also:
-
setEndArrow
Sets the value of the 'End Arrow
' attribute.- Parameters:
value
- the new value of the 'End Arrow' attribute.- See Also:
-
getUserSegments
org.eclipse.emf.common.util.EList<Segment> getUserSegments()Returns the value of the 'User Segments' containment reference list. The list contents are of typeSegment
.- Returns:
- the value of the 'User Segments' containment reference list.
- See Also:
-