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
public interface GraphicalSchemeLine extends AbstractLine
A representation of the model object 'Graphical Scheme Line'.The following features are supported:
- See Also:
ModelPackage.getGraphicalSchemeLine()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GraphicalSchemeLineType
getStyle()
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
-
-
-
-
Method Detail
-
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:
GraphicalSchemeLineType
,setStyle(GraphicalSchemeLineType)
,ModelPackage.getGraphicalSchemeLine_Style()
-
setStyle
void setStyle(GraphicalSchemeLineType value)
Sets the value of the 'Style
' attribute.- Parameters:
value
- the new value of the 'Style' attribute.- See Also:
GraphicalSchemeLineType
,getStyle()
-
-