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.VALUESA 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 DrawingLineStyleDrawingLineStyle.get(int value) Returns the 'Drawing Line Style' literal with the specified integer value.static DrawingLineStyleReturns the 'Drawing Line Style' literal with the specified literal value.static DrawingLineStyleReturns the 'Drawing Line Style' literal with the specified name.DrawingLine.getStyle()Returns the value of the 'Style' attribute.static DrawingLineStyleReturns 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 TypeMethodDescriptionvoidDrawingLine.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