Package com._1c.g5.v8.dt.bp.scheme.model
Interface GraphicalSchemeLine
- All Superinterfaces:
AbstractLine
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
GraphicalSchemeLineImpl
A representation of the model object 'Graphical Scheme Line'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetStyle()
Returns the value of the 'Style' attribute.void
setStyle
(GraphicalSchemeLineType value) Sets the value of the 'Style
' attribute.Methods inherited from interface com._1c.g5.v8.dt.mcore.AbstractLine
getWidth, isGap, setGap, setWidth
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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getStyle
GraphicalSchemeLineType getStyle()Returns the value of the 'Style' attribute. The default value is"Solid"
. The literals are from the enumerationGraphicalSchemeLineType
.- Returns:
- the value of the 'Style' attribute.
- See Also:
-
setStyle
Sets the value of the 'Style
' attribute.- Parameters:
value
- the new value of the 'Style' attribute.- See Also:
-