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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description GraphicalSchemeLineTypegetStyle()Returns the value of the 'Style' attribute.voidsetStyle(GraphicalSchemeLineType value)Sets the value of the 'Style' attribute.- 
Methods inherited from interface com._1c.g5.v8.dt.mcore.AbstractLinegetWidth, isGap, setGap, setWidth
 
- 
 
- 
- 
- 
Method Detail- 
getStyleGraphicalSchemeLineType 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()
 
 - 
setStylevoid setStyle(GraphicalSchemeLineType value) Sets the value of the 'Style' attribute.- Parameters:
- value- the new value of the 'Style' attribute.
- See Also:
- GraphicalSchemeLineType,- getStyle()
 
 
- 
 
-