Uses of Enum Class
com._1c.g5.v8.dt.moxel.content.DrawingLineStyle
Packages that use DrawingLineStyle
-
Uses of DrawingLineStyle in com._1c.g5.v8.dt.moxel.content
Fields in com._1c.g5.v8.dt.moxel.content with type parameters of type DrawingLineStyleModifier and TypeFieldDescriptionstatic final List<DrawingLineStyle>
DrawingLineStyle.VALUES
A public read-only list of all the 'Drawing Line Style' enumerators.Methods in com._1c.g5.v8.dt.moxel.content that return DrawingLineStyleModifier and TypeMethodDescriptionstatic DrawingLineStyle
DrawingLineStyle.get
(int value) Returns the 'Drawing Line Style' literal with the specified integer value.static DrawingLineStyle
Returns the 'Drawing Line Style' literal with the specified literal value.static DrawingLineStyle
Returns the 'Drawing Line Style' literal with the specified name.DrawingLine.getStyle()
Returns the value of the 'Style' attribute.static DrawingLineStyle
Returns the enum constant of this class with the specified name.static DrawingLineStyle[]
DrawingLineStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.moxel.content with parameters of type DrawingLineStyleModifier and TypeMethodDescriptionvoid
DrawingLine.setStyle
(DrawingLineStyle value) Sets the value of the 'Style
' attribute. -
Uses of DrawingLineStyle in com._1c.g5.v8.dt.moxel.content.impl
Methods in com._1c.g5.v8.dt.moxel.content.impl that return DrawingLineStyleModifier and TypeMethodDescriptionContentFactoryImpl.createDrawingLineStyleFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) DrawingLineImpl.getStyle()
Methods in com._1c.g5.v8.dt.moxel.content.impl with parameters of type DrawingLineStyle