Uses of Class
com._1c.g5.v8.dt.moxel.content.DrawingLineStyle
-
Packages that use DrawingLineStyle Package Description com._1c.g5.v8.dt.moxel.content com._1c.g5.v8.dt.moxel.content.impl com._1c.g5.v8.dt.moxel.util -
-
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 DrawingLineStyle Modifier and Type Field Description static 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 DrawingLineStyle Modifier and Type Method Description static DrawingLineStyle
DrawingLineStyle. get(int value)
Returns the 'Drawing Line Style' literal with the specified integer value.static DrawingLineStyle
DrawingLineStyle. get(String literal)
Returns the 'Drawing Line Style' literal with the specified literal value.static DrawingLineStyle
DrawingLineStyle. getByName(String name)
Returns the 'Drawing Line Style' literal with the specified name.DrawingLineStyle
DrawingLine. getStyle()
Returns the value of the 'Style' attribute.static DrawingLineStyle
DrawingLineStyle. valueOf(String name)
Returns the enum constant of this type with the specified name.static DrawingLineStyle[]
DrawingLineStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.moxel.content with parameters of type DrawingLineStyle Modifier and Type Method Description void
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 DrawingLineStyle Modifier and Type Method Description DrawingLineStyle
ContentFactoryImpl. createDrawingLineStyleFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
DrawingLineStyle
DrawingLineImpl. getStyle()
Methods in com._1c.g5.v8.dt.moxel.content.impl with parameters of type DrawingLineStyle Modifier and Type Method Description void
DrawingLineImpl. setStyle(DrawingLineStyle newStyle)
-
Uses of DrawingLineStyle in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util that return DrawingLineStyle Modifier and Type Method Description static DrawingLineStyle
MxlSerializerUtil. getDrawingLineStyle(int index)
Get drawing line styleMethods in com._1c.g5.v8.dt.moxel.util with parameters of type DrawingLineStyle Modifier and Type Method Description static int
MxlSerializerUtil. getMxlDrawingLineStyle(DrawingLineStyle style)
Get mxl drawing line style
-