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. VALUESA 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 GanttChartValueTextRepresentationGanttChartValueTextRepresentation. get(int value)Returns the 'Value Text Representation' literal with the specified integer value.static GanttChartValueTextRepresentationGanttChartValueTextRepresentation. get(String literal)Returns the 'Value Text Representation' literal with the specified literal value.static GanttChartValueTextRepresentationGanttChartValueTextRepresentation. getByName(String name)Returns the 'Value Text Representation' literal with the specified name.GanttChartValueTextRepresentationGanttChart. getShowValueText()Returns the value of the 'Show Value Text' attribute.static GanttChartValueTextRepresentationGanttChartValueTextRepresentation. 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 voidGanttChart. 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 GanttChartValueTextRepresentationGanttChartFactoryImpl. createGanttChartValueTextRepresentationFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)GanttChartValueTextRepresentationGanttChartImpl. getShowValueText()Methods in com._1c.g5.v8.dt.ganttchart.model.impl with parameters of type GanttChartValueTextRepresentation Modifier and Type Method Description voidGanttChartImpl. setShowValueText(GanttChartValueTextRepresentation newShowValueText)
-