Package com._1c.g5.v8.dt.chart.model
Enum Class ChartType
- All Implemented Interfaces:
Serializable
,Comparable<ChartType>
,Constable
,org.eclipse.emf.common.util.Enumerator
A representation of the literals of the enumeration 'Type',
and utility methods for working with them.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe 'Area' literal object.The 'Area Add' literal object.The 'Area Norm' literal object.The 'Bubble' literal object.The 'Circle' literal object.The 'Circle3 D' literal object.The 'Concave Surface' literal object.The 'Convex Surface' literal object.The 'Donut' literal object.The 'Donut3 D' literal object.The 'Funnel' literal object.The 'Funnel Norm' literal object.The 'Funnel Norm3 D' literal object.The 'Funnel3 D' literal object.The 'Gauge' literal object.The 'Hist Multi Stage' literal object.The 'Hist Simple' literal object.The 'Hist Simple Norm' literal object.The 'Hist3 D' literal object.The 'Hist3 DMulti Stage' literal object.The 'Hist3 DNorm' literal object.The 'Honeycomb' literal object.The 'Hor Hist Multi Stage' literal object.The 'Hor Hist Simple' literal object.The 'Hor Hist Simple Norm' literal object.The 'Hor Hist3 D' literal object.The 'Hor Hist3 DMulti Stage' literal object.The 'Hor Hist3 DNorm' literal object.The 'Isometric Ceil' literal object.The 'Isometric Pyramid' literal object.The 'Isometric Std' literal object.The 'Isometric Tape' literal object.The 'Line' literal object.The 'Line Add' literal object.The 'Radar Area' literal object.The 'Radar Area Add' literal object.The 'Radar Area Norm' literal object.The 'Radar Line' literal object.The 'Radar Line Add' literal object.The 'Scatter' literal object.The 'Shaded Surface' literal object.The 'Step' literal object.The 'Stock' literal object.The 'Stock Ex' literal object.The 'Surface' literal object.The 'Waterfall' literal object.The 'Wireframe' literal object. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The 'Area Add' literal value.static final int
The 'Area Norm' literal value.static final int
The 'Area' literal value.static final int
The 'Bubble' literal value.static final int
The 'Circle' literal value.static final int
The 'Circle3 D' literal value.static final int
The 'Concave Surface' literal value.static final int
The 'Convex Surface' literal value.static final int
The 'Donut' literal value.static final int
The 'Donut3 D' literal value.static final int
The 'Funnel Norm' literal value.static final int
The 'Funnel Norm3 D' literal value.static final int
The 'Funnel' literal value.static final int
The 'Funnel3 D' literal value.static final int
The 'Gauge' literal value.static final int
The 'Hist Multi Stage' literal value.static final int
The 'Hist Simple Norm' literal value.static final int
The 'Hist Simple' literal value.static final int
The 'Hist3 D' literal value.static final int
The 'Hist3 DMulti Stage' literal value.static final int
The 'Hist3 DNorm' literal value.static final int
The 'Honeycomb' literal value.static final int
The 'Hor Hist Multi Stage' literal value.static final int
The 'Hor Hist Simple Norm' literal value.static final int
The 'Hor Hist Simple' literal value.static final int
The 'Hor Hist3 D' literal value.static final int
The 'Hor Hist3 DMulti Stage' literal value.static final int
The 'Hor Hist3 DNorm' literal value.static final int
The 'Isometric Ceil' literal value.static final int
The 'Isometric Pyramid' literal value.static final int
The 'Isometric Std' literal value.static final int
The 'Isometric Tape' literal value.static final int
The 'Line Add' literal value.static final int
The 'Line' literal value.static final int
The 'Radar Area Add' literal value.static final int
The 'Radar Area Norm' literal value.static final int
The 'Radar Area' literal value.static final int
The 'Radar Line Add' literal value.static final int
The 'Radar Line' literal value.static final int
The 'Scatter' literal value.static final int
The 'Shaded Surface' literal value.static final int
The 'Step' literal value.static final int
The 'Stock Ex' literal value.static final int
The 'Stock' literal value.static final int
The 'Surface' literal value.A public read-only list of all the 'Type' enumerators.static final int
The 'Waterfall' literal value.static final int
The 'Wireframe' literal value. -
Method Summary
Modifier and TypeMethodDescriptionstatic ChartType
get
(int value) Returns the 'Type' literal with the specified integer value.static ChartType
Returns the 'Type' literal with the specified literal value.static ChartType
Returns the 'Type' literal with the specified name.getName()
int
getValue()
toString()
Returns the literal value of the enumerator, which is its string representation.static ChartType
Returns the enum constant of this class with the specified name.static ChartType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
LINE
The 'Line' literal object.- See Also:
-
STEP
The 'Step' literal object.- See Also:
-
AREA
The 'Area' literal object.- See Also:
-
AREA_ADD
The 'Area Add' literal object.- See Also:
-
HIST_SIMPLE
The 'Hist Simple' literal object.- See Also:
-
HIST_MULTI_STAGE
The 'Hist Multi Stage' literal object.- See Also:
-
HIST3_D
The 'Hist3 D' literal object.- See Also:
-
HIST3_DMULTI_STAGE
The 'Hist3 DMulti Stage' literal object.- See Also:
-
HOR_HIST_SIMPLE
The 'Hor Hist Simple' literal object.- See Also:
-
HOR_HIST_MULTI_STAGE
The 'Hor Hist Multi Stage' literal object.- See Also:
-
HOR_HIST3_D
The 'Hor Hist3 D' literal object.- See Also:
-
HOR_HIST3_DMULTI_STAGE
The 'Hor Hist3 DMulti Stage' literal object.- See Also:
-
CIRCLE
The 'Circle' literal object.- See Also:
-
CIRCLE3_D
The 'Circle3 D' literal object.- See Also:
-
STOCK
The 'Stock' literal object.- See Also:
-
STOCK_EX
The 'Stock Ex' literal object.- See Also:
-
ISOMETRIC_STD
The 'Isometric Std' literal object.- See Also:
-
ISOMETRIC_CEIL
The 'Isometric Ceil' literal object.- See Also:
-
ISOMETRIC_TAPE
The 'Isometric Tape' literal object.- See Also:
-
ISOMETRIC_PYRAMID
The 'Isometric Pyramid' literal object.- See Also:
-
WATERFALL
The 'Waterfall' literal object.- See Also:
-
WIREFRAME
The 'Wireframe' literal object.- See Also:
-
SURFACE
The 'Surface' literal object.- See Also:
-
CONVEX_SURFACE
The 'Convex Surface' literal object.- See Also:
-
CONCAVE_SURFACE
The 'Concave Surface' literal object.- See Also:
-
SHADED_SURFACE
The 'Shaded Surface' literal object.- See Also:
-
LINE_ADD
The 'Line Add' literal object.- See Also:
-
AREA_NORM
The 'Area Norm' literal object.- See Also:
-
HIST_SIMPLE_NORM
The 'Hist Simple Norm' literal object.- See Also:
-
HIST3_DNORM
The 'Hist3 DNorm' literal object.- See Also:
-
HOR_HIST_SIMPLE_NORM
The 'Hor Hist Simple Norm' literal object.- See Also:
-
HOR_HIST3_DNORM
The 'Hor Hist3 DNorm' literal object.- See Also:
-
HONEYCOMB
The 'Honeycomb' literal object.- See Also:
-
RADAR_LINE
The 'Radar Line' literal object.- See Also:
-
RADAR_AREA
The 'Radar Area' literal object.- See Also:
-
RADAR_LINE_ADD
The 'Radar Line Add' literal object.- See Also:
-
RADAR_AREA_ADD
The 'Radar Area Add' literal object.- See Also:
-
RADAR_AREA_NORM
The 'Radar Area Norm' literal object.- See Also:
-
GAUGE
The 'Gauge' literal object.- See Also:
-
FUNNEL
The 'Funnel' literal object.- See Also:
-
FUNNEL3_D
The 'Funnel3 D' literal object.- See Also:
-
FUNNEL_NORM
The 'Funnel Norm' literal object.- See Also:
-
FUNNEL_NORM3_D
The 'Funnel Norm3 D' literal object.- See Also:
-
SCATTER
The 'Scatter' literal object.- See Also:
-
BUBBLE
The 'Bubble' literal object.- See Also:
-
DONUT
The 'Donut' literal object.- See Also:
-
DONUT3_D
The 'Donut3 D' literal object.- See Also:
-
-
Field Details
-
LINE_VALUE
public static final int LINE_VALUEThe 'Line' literal value.- See Also:
-
STEP_VALUE
public static final int STEP_VALUEThe 'Step' literal value.- See Also:
-
AREA_VALUE
public static final int AREA_VALUEThe 'Area' literal value.- See Also:
-
AREA_ADD_VALUE
public static final int AREA_ADD_VALUEThe 'Area Add' literal value.- See Also:
-
HIST_SIMPLE_VALUE
public static final int HIST_SIMPLE_VALUEThe 'Hist Simple' literal value.- See Also:
-
HIST_MULTI_STAGE_VALUE
public static final int HIST_MULTI_STAGE_VALUEThe 'Hist Multi Stage' literal value.- See Also:
-
HIST3_D_VALUE
public static final int HIST3_D_VALUEThe 'Hist3 D' literal value.- See Also:
-
HIST3_DMULTI_STAGE_VALUE
public static final int HIST3_DMULTI_STAGE_VALUEThe 'Hist3 DMulti Stage' literal value.- See Also:
-
HOR_HIST_SIMPLE_VALUE
public static final int HOR_HIST_SIMPLE_VALUEThe 'Hor Hist Simple' literal value.- See Also:
-
HOR_HIST_MULTI_STAGE_VALUE
public static final int HOR_HIST_MULTI_STAGE_VALUEThe 'Hor Hist Multi Stage' literal value.- See Also:
-
HOR_HIST3_D_VALUE
public static final int HOR_HIST3_D_VALUEThe 'Hor Hist3 D' literal value.- See Also:
-
HOR_HIST3_DMULTI_STAGE_VALUE
public static final int HOR_HIST3_DMULTI_STAGE_VALUEThe 'Hor Hist3 DMulti Stage' literal value.- See Also:
-
CIRCLE_VALUE
public static final int CIRCLE_VALUEThe 'Circle' literal value.- See Also:
-
CIRCLE3_D_VALUE
public static final int CIRCLE3_D_VALUEThe 'Circle3 D' literal value.- See Also:
-
STOCK_VALUE
public static final int STOCK_VALUEThe 'Stock' literal value.- See Also:
-
STOCK_EX_VALUE
public static final int STOCK_EX_VALUEThe 'Stock Ex' literal value.- See Also:
-
ISOMETRIC_STD_VALUE
public static final int ISOMETRIC_STD_VALUEThe 'Isometric Std' literal value.- See Also:
-
ISOMETRIC_CEIL_VALUE
public static final int ISOMETRIC_CEIL_VALUEThe 'Isometric Ceil' literal value.- See Also:
-
ISOMETRIC_TAPE_VALUE
public static final int ISOMETRIC_TAPE_VALUEThe 'Isometric Tape' literal value.- See Also:
-
ISOMETRIC_PYRAMID_VALUE
public static final int ISOMETRIC_PYRAMID_VALUEThe 'Isometric Pyramid' literal value.- See Also:
-
WATERFALL_VALUE
public static final int WATERFALL_VALUEThe 'Waterfall' literal value.- See Also:
-
WIREFRAME_VALUE
public static final int WIREFRAME_VALUEThe 'Wireframe' literal value.- See Also:
-
SURFACE_VALUE
public static final int SURFACE_VALUEThe 'Surface' literal value.- See Also:
-
CONVEX_SURFACE_VALUE
public static final int CONVEX_SURFACE_VALUEThe 'Convex Surface' literal value.- See Also:
-
CONCAVE_SURFACE_VALUE
public static final int CONCAVE_SURFACE_VALUEThe 'Concave Surface' literal value.- See Also:
-
SHADED_SURFACE_VALUE
public static final int SHADED_SURFACE_VALUEThe 'Shaded Surface' literal value.- See Also:
-
LINE_ADD_VALUE
public static final int LINE_ADD_VALUEThe 'Line Add' literal value.- See Also:
-
AREA_NORM_VALUE
public static final int AREA_NORM_VALUEThe 'Area Norm' literal value.- See Also:
-
HIST_SIMPLE_NORM_VALUE
public static final int HIST_SIMPLE_NORM_VALUEThe 'Hist Simple Norm' literal value.- See Also:
-
HIST3_DNORM_VALUE
public static final int HIST3_DNORM_VALUEThe 'Hist3 DNorm' literal value.- See Also:
-
HOR_HIST_SIMPLE_NORM_VALUE
public static final int HOR_HIST_SIMPLE_NORM_VALUEThe 'Hor Hist Simple Norm' literal value.- See Also:
-
HOR_HIST3_DNORM_VALUE
public static final int HOR_HIST3_DNORM_VALUEThe 'Hor Hist3 DNorm' literal value.- See Also:
-
HONEYCOMB_VALUE
public static final int HONEYCOMB_VALUEThe 'Honeycomb' literal value.- See Also:
-
RADAR_LINE_VALUE
public static final int RADAR_LINE_VALUEThe 'Radar Line' literal value.- See Also:
-
RADAR_AREA_VALUE
public static final int RADAR_AREA_VALUEThe 'Radar Area' literal value.- See Also:
-
RADAR_LINE_ADD_VALUE
public static final int RADAR_LINE_ADD_VALUEThe 'Radar Line Add' literal value.- See Also:
-
RADAR_AREA_ADD_VALUE
public static final int RADAR_AREA_ADD_VALUEThe 'Radar Area Add' literal value.- See Also:
-
RADAR_AREA_NORM_VALUE
public static final int RADAR_AREA_NORM_VALUEThe 'Radar Area Norm' literal value.- See Also:
-
GAUGE_VALUE
public static final int GAUGE_VALUEThe 'Gauge' literal value.- See Also:
-
FUNNEL_VALUE
public static final int FUNNEL_VALUEThe 'Funnel' literal value.- See Also:
-
FUNNEL3_D_VALUE
public static final int FUNNEL3_D_VALUEThe 'Funnel3 D' literal value.- See Also:
-
FUNNEL_NORM_VALUE
public static final int FUNNEL_NORM_VALUEThe 'Funnel Norm' literal value.- See Also:
-
FUNNEL_NORM3_D_VALUE
public static final int FUNNEL_NORM3_D_VALUEThe 'Funnel Norm3 D' literal value.- See Also:
-
SCATTER_VALUE
public static final int SCATTER_VALUEThe 'Scatter' literal value.- See Also:
-
BUBBLE_VALUE
public static final int BUBBLE_VALUEThe 'Bubble' literal value.- See Also:
-
DONUT_VALUE
public static final int DONUT_VALUEThe 'Donut' literal value.- See Also:
-
DONUT3_D_VALUE
public static final int DONUT3_D_VALUEThe 'Donut3 D' literal value.- See Also:
-
VALUES
A public read-only list of all the 'Type' enumerators.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
get
Returns the 'Type' literal with the specified literal value.- Parameters:
literal
- the literal.- Returns:
- the matching enumerator or
null
.
-
getByName
Returns the 'Type' literal with the specified name.- Parameters:
name
- the name.- Returns:
- the matching enumerator or
null
.
-
get
Returns the 'Type' literal with the specified integer value.- Parameters:
value
- the integer value.- Returns:
- the matching enumerator or
null
.
-
getValue
public int getValue()- Specified by:
getValue
in interfaceorg.eclipse.emf.common.util.Enumerator
-
getName
- Specified by:
getName
in interfaceorg.eclipse.emf.common.util.Enumerator
-
getLiteral
- Specified by:
getLiteral
in interfaceorg.eclipse.emf.common.util.Enumerator
-
toString
Returns the literal value of the enumerator, which is its string representation.
-