Uses of Class
com._1c.g5.v8.dt.ganttchart.model.GanttChartValueTextRepresentation
-
Packages that use GanttChartValueTextRepresentation Package Description com._1c.g5.v8.dt.ganttchart.model com._1c.g5.v8.dt.ganttchart.model.impl -
-
Uses of GanttChartValueTextRepresentation in com._1c.g5.v8.dt.ganttchart.model
Fields in com._1c.g5.v8.dt.ganttchart.model with type parameters of type GanttChartValueTextRepresentation Modifier and Type Field Description static List<GanttChartValueTextRepresentation>
GanttChartValueTextRepresentation. VALUES
A public read-only list of all the 'Value Text Representation' enumerators.Methods in com._1c.g5.v8.dt.ganttchart.model that return GanttChartValueTextRepresentation Modifier and Type Method Description static GanttChartValueTextRepresentation
GanttChartValueTextRepresentation. get(int value)
Returns the 'Value Text Representation' literal with the specified integer value.static GanttChartValueTextRepresentation
GanttChartValueTextRepresentation. get(String literal)
Returns the 'Value Text Representation' literal with the specified literal value.static GanttChartValueTextRepresentation
GanttChartValueTextRepresentation. getByName(String name)
Returns the 'Value Text Representation' literal with the specified name.GanttChartValueTextRepresentation
GanttChart. getShowValueText()
Returns the value of the 'Show Value Text' attribute.static GanttChartValueTextRepresentation
GanttChartValueTextRepresentation. valueOf(String name)
Returns the enum constant of this type with the specified name.static GanttChartValueTextRepresentation[]
GanttChartValueTextRepresentation. 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 GanttChartValueTextRepresentation Modifier and Type Method Description void
GanttChart. setShowValueText(GanttChartValueTextRepresentation value)
Sets the value of the 'Show Value Text
' attribute. -
Uses of GanttChartValueTextRepresentation in com._1c.g5.v8.dt.ganttchart.model.impl
Methods in com._1c.g5.v8.dt.ganttchart.model.impl that return GanttChartValueTextRepresentation Modifier and Type Method Description GanttChartValueTextRepresentation
GanttChartFactoryImpl. createGanttChartValueTextRepresentationFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
GanttChartValueTextRepresentation
GanttChartImpl. getShowValueText()
Methods in com._1c.g5.v8.dt.ganttchart.model.impl with parameters of type GanttChartValueTextRepresentation Modifier and Type Method Description void
GanttChartImpl. setShowValueText(GanttChartValueTextRepresentation newShowValueText)
-