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.contentFields in com._1c.g5.v8.dt.moxel.content with type parameters of type DrawingLineStyle Modifier and Type Field Description static 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 DrawingLineStyle Modifier and Type Method Description static DrawingLineStyleDrawingLineStyle. get(int value)Returns the 'Drawing Line Style' literal with the specified integer value.static DrawingLineStyleDrawingLineStyle. get(String literal)Returns the 'Drawing Line Style' literal with the specified literal value.static DrawingLineStyleDrawingLineStyle. getByName(String name)Returns the 'Drawing Line Style' literal with the specified name.DrawingLineStyleDrawingLine. getStyle()Returns the value of the 'Style' attribute.static DrawingLineStyleDrawingLineStyle. 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 voidDrawingLine. setStyle(DrawingLineStyle value)Sets the value of the 'Style' attribute.
- 
Uses of DrawingLineStyle in com._1c.g5.v8.dt.moxel.content.implMethods in com._1c.g5.v8.dt.moxel.content.impl that return DrawingLineStyle Modifier and Type Method Description DrawingLineStyleContentFactoryImpl. createDrawingLineStyleFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)DrawingLineStyleDrawingLineImpl. getStyle()Methods in com._1c.g5.v8.dt.moxel.content.impl with parameters of type DrawingLineStyle Modifier and Type Method Description voidDrawingLineImpl. setStyle(DrawingLineStyle newStyle)
- 
Uses of DrawingLineStyle in com._1c.g5.v8.dt.moxel.utilMethods in com._1c.g5.v8.dt.moxel.util that return DrawingLineStyle Modifier and Type Method Description static DrawingLineStyleMxlSerializerUtil. 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 intMxlSerializerUtil. getMxlDrawingLineStyle(DrawingLineStyle style)Get mxl drawing line style
 
-