Uses of Class
com._1c.g5.v8.dt.chart.model.Chart3Dcrd
-
Packages that use Chart3Dcrd Package Description com._1c.g5.v8.dt.chart.model com._1c.g5.v8.dt.chart.model.impl -
-
Uses of Chart3Dcrd in com._1c.g5.v8.dt.chart.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type Chart3Dcrd Modifier and Type Field Description static List<Chart3Dcrd>
Chart3Dcrd. VALUES
A public read-only list of all the 'Chart3 Dcrd' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return Chart3Dcrd Modifier and Type Method Description static Chart3Dcrd
Chart3Dcrd. get(int value)
Returns the 'Chart3 Dcrd' literal with the specified integer value.static Chart3Dcrd
Chart3Dcrd. get(String literal)
Returns the 'Chart3 Dcrd' literal with the specified literal value.static Chart3Dcrd
Chart3Dcrd. getByName(String name)
Returns the 'Chart3 Dcrd' literal with the specified name.Chart3Dcrd
Chart. getChart3Dcrd()
Returns the value of the 'Chart3 Dcrd' attribute.static Chart3Dcrd
Chart3Dcrd. valueOf(String name)
Returns the enum constant of this type with the specified name.static Chart3Dcrd[]
Chart3Dcrd. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.chart.model with parameters of type Chart3Dcrd Modifier and Type Method Description void
Chart. setChart3Dcrd(Chart3Dcrd value)
Sets the value of the 'Chart3 Dcrd
' attribute. -
Uses of Chart3Dcrd in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return Chart3Dcrd Modifier and Type Method Description Chart3Dcrd
ChartFactoryImpl. createChart3DcrdFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
Chart3Dcrd
ChartImpl. getChart3Dcrd()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type Chart3Dcrd Modifier and Type Method Description void
ChartImpl. setChart3Dcrd(Chart3Dcrd newChart3Dcrd)
-