Uses of Class
com._1c.g5.v8.dt.ganttchart.model.GanttChartShowOnPaint
-
Packages that use GanttChartShowOnPaint Package Description com._1c.g5.v8.dt.ganttchart.model com._1c.g5.v8.dt.ganttchart.model.impl -
-
Uses of GanttChartShowOnPaint in com._1c.g5.v8.dt.ganttchart.model
Fields in com._1c.g5.v8.dt.ganttchart.model with type parameters of type GanttChartShowOnPaint Modifier and Type Field Description static List<GanttChartShowOnPaint>
GanttChartShowOnPaint. VALUES
A public read-only list of all the 'Show On Paint' enumerators.Methods in com._1c.g5.v8.dt.ganttchart.model that return GanttChartShowOnPaint Modifier and Type Method Description static GanttChartShowOnPaint
GanttChartShowOnPaint. get(int value)
Returns the 'Show On Paint' literal with the specified integer value.static GanttChartShowOnPaint
GanttChartShowOnPaint. get(String literal)
Returns the 'Show On Paint' literal with the specified literal value.static GanttChartShowOnPaint
GanttChartShowOnPaint. getByName(String name)
Returns the 'Show On Paint' literal with the specified name.GanttChartShowOnPaint
GanttChart. getShowData()
Returns the value of the 'Show Data' attribute.GanttChartShowOnPaint
GanttChart. getShowPointsText()
Returns the value of the 'Show Points Text' attribute.static GanttChartShowOnPaint
GanttChartShowOnPaint. valueOf(String name)
Returns the enum constant of this type with the specified name.static GanttChartShowOnPaint[]
GanttChartShowOnPaint. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.ganttchart.model with parameters of type GanttChartShowOnPaint Modifier and Type Method Description void
GanttChart. setShowData(GanttChartShowOnPaint value)
Sets the value of the 'Show Data
' attribute.void
GanttChart. setShowPointsText(GanttChartShowOnPaint value)
Sets the value of the 'Show Points Text
' attribute. -
Uses of GanttChartShowOnPaint in com._1c.g5.v8.dt.ganttchart.model.impl
Methods in com._1c.g5.v8.dt.ganttchart.model.impl that return GanttChartShowOnPaint Modifier and Type Method Description GanttChartShowOnPaint
GanttChartFactoryImpl. createGanttChartShowOnPaintFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
GanttChartShowOnPaint
GanttChartImpl. getShowData()
GanttChartShowOnPaint
GanttChartImpl. getShowPointsText()
Methods in com._1c.g5.v8.dt.ganttchart.model.impl with parameters of type GanttChartShowOnPaint Modifier and Type Method Description void
GanttChartImpl. setShowData(GanttChartShowOnPaint newShowData)
void
GanttChartImpl. setShowPointsText(GanttChartShowOnPaint newShowPointsText)
-