Package com._1c.g5.v8.dt.chart.model
Enum PaletteKind
- java.lang.Object
- 
- java.lang.Enum<PaletteKind>
- 
- com._1c.g5.v8.dt.chart.model.PaletteKind
 
 
- 
- All Implemented Interfaces:
- Serializable,- Comparable<PaletteKind>,- org.eclipse.emf.common.util.Enumerator
 
 public enum PaletteKind extends Enum<PaletteKind> implements org.eclipse.emf.common.util.Enumerator A representation of the literals of the enumeration 'Palette Kind', and utility methods for working with them.- See Also:
- ChartPackage.getPaletteKind()
 
- 
- 
Enum Constant SummaryEnum Constants Enum Constant Description AUTOThe 'Auto' literal object.BLUEThe 'Blue' literal object.BRIGHTThe 'Bright' literal object.COLDThe 'Cold' literal object.CUSTOMThe 'Custom' literal object.GRADIENTThe 'Gradient' literal object.GRAYThe 'Gray' literal object.GREENThe 'Green' literal object.ORANGEThe 'Orange' literal object.PASTELThe 'Pastel' literal object.PK_CLASSIC8The 'PK Classic8' literal object.PK32The 'PK32' literal object.SOFTThe 'Soft' literal object.SOFT_ADAPTIVEThe 'Soft Adaptive' literal object.WARMThe 'Warm' literal object.YELLOWThe 'Yellow' literal object.
 - 
Field SummaryFields Modifier and Type Field Description static intAUTO_VALUEThe 'Auto' literal value.static intBLUE_VALUEThe 'Blue' literal value.static intBRIGHT_VALUEThe 'Bright' literal value.static intCOLD_VALUEThe 'Cold' literal value.static intCUSTOM_VALUEThe 'Custom' literal value.static intGRADIENT_VALUEThe 'Gradient' literal value.static intGRAY_VALUEThe 'Gray' literal value.static intGREEN_VALUEThe 'Green' literal value.static intORANGE_VALUEThe 'Orange' literal value.static intPASTEL_VALUEThe 'Pastel' literal value.static intPK_CLASSIC8_VALUEThe 'PK Classic8' literal value.static intPK32_VALUEThe 'PK32' literal value.static intSOFT_ADAPTIVE_VALUEThe 'Soft Adaptive' literal value.static intSOFT_VALUEThe 'Soft' literal value.static List<PaletteKind>VALUESA public read-only list of all the 'Palette Kind' enumerators.static intWARM_VALUEThe 'Warm' literal value.static intYELLOW_VALUEThe 'Yellow' literal value.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PaletteKindget(int value)Returns the 'Palette Kind' literal with the specified integer value.static PaletteKindget(String literal)Returns the 'Palette Kind' literal with the specified literal value.static PaletteKindgetByName(String name)Returns the 'Palette Kind' literal with the specified name.StringgetLiteral()StringgetName()intgetValue()StringtoString()Returns the literal value of the enumerator, which is its string representation.static PaletteKindvalueOf(String name)Returns the enum constant of this type with the specified name.static PaletteKind[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
PK_CLASSIC8public static final PaletteKind PK_CLASSIC8 The 'PK Classic8' literal object.- See Also:
- PK_CLASSIC8_VALUE
 
 - 
PK32public static final PaletteKind PK32 The 'PK32' literal object.- See Also:
- PK32_VALUE
 
 - 
PASTELpublic static final PaletteKind PASTEL The 'Pastel' literal object.- See Also:
- PASTEL_VALUE
 
 - 
BRIGHTpublic static final PaletteKind BRIGHT The 'Bright' literal object.- See Also:
- BRIGHT_VALUE
 
 - 
SOFTpublic static final PaletteKind SOFT The 'Soft' literal object.- See Also:
- SOFT_VALUE
 
 - 
WARMpublic static final PaletteKind WARM The 'Warm' literal object.- See Also:
- WARM_VALUE
 
 - 
COLDpublic static final PaletteKind COLD The 'Cold' literal object.- See Also:
- COLD_VALUE
 
 - 
BLUEpublic static final PaletteKind BLUE The 'Blue' literal object.- See Also:
- BLUE_VALUE
 
 - 
ORANGEpublic static final PaletteKind ORANGE The 'Orange' literal object.- See Also:
- ORANGE_VALUE
 
 - 
GREENpublic static final PaletteKind GREEN The 'Green' literal object.- See Also:
- GREEN_VALUE
 
 - 
YELLOWpublic static final PaletteKind YELLOW The 'Yellow' literal object.- See Also:
- YELLOW_VALUE
 
 - 
GRAYpublic static final PaletteKind GRAY The 'Gray' literal object.- See Also:
- GRAY_VALUE
 
 - 
CUSTOMpublic static final PaletteKind CUSTOM The 'Custom' literal object.- See Also:
- CUSTOM_VALUE
 
 - 
GRADIENTpublic static final PaletteKind GRADIENT The 'Gradient' literal object.- See Also:
- GRADIENT_VALUE
 
 - 
AUTOpublic static final PaletteKind AUTO The 'Auto' literal object.- See Also:
- AUTO_VALUE
 
 - 
SOFT_ADAPTIVEpublic static final PaletteKind SOFT_ADAPTIVE The 'Soft Adaptive' literal object.- See Also:
- SOFT_ADAPTIVE_VALUE
 
 
- 
 - 
Field Detail- 
PK_CLASSIC8_VALUEpublic static final int PK_CLASSIC8_VALUE The 'PK Classic8' literal value.- See Also:
- PK_CLASSIC8, Constant Field Values
 
 - 
PK32_VALUEpublic static final int PK32_VALUE The 'PK32' literal value.- See Also:
- PK32, Constant Field Values
 
 - 
PASTEL_VALUEpublic static final int PASTEL_VALUE The 'Pastel' literal value.- See Also:
- PASTEL, Constant Field Values
 
 - 
BRIGHT_VALUEpublic static final int BRIGHT_VALUE The 'Bright' literal value.- See Also:
- BRIGHT, Constant Field Values
 
 - 
SOFT_VALUEpublic static final int SOFT_VALUE The 'Soft' literal value.- See Also:
- SOFT, Constant Field Values
 
 - 
WARM_VALUEpublic static final int WARM_VALUE The 'Warm' literal value.- See Also:
- WARM, Constant Field Values
 
 - 
COLD_VALUEpublic static final int COLD_VALUE The 'Cold' literal value.- See Also:
- COLD, Constant Field Values
 
 - 
BLUE_VALUEpublic static final int BLUE_VALUE The 'Blue' literal value.- See Also:
- BLUE, Constant Field Values
 
 - 
ORANGE_VALUEpublic static final int ORANGE_VALUE The 'Orange' literal value.- See Also:
- ORANGE, Constant Field Values
 
 - 
GREEN_VALUEpublic static final int GREEN_VALUE The 'Green' literal value.- See Also:
- GREEN, Constant Field Values
 
 - 
YELLOW_VALUEpublic static final int YELLOW_VALUE The 'Yellow' literal value.- See Also:
- YELLOW, Constant Field Values
 
 - 
GRAY_VALUEpublic static final int GRAY_VALUE The 'Gray' literal value.- See Also:
- GRAY, Constant Field Values
 
 - 
CUSTOM_VALUEpublic static final int CUSTOM_VALUE The 'Custom' literal value.- See Also:
- CUSTOM, Constant Field Values
 
 - 
GRADIENT_VALUEpublic static final int GRADIENT_VALUE The 'Gradient' literal value.- See Also:
- GRADIENT, Constant Field Values
 
 - 
AUTO_VALUEpublic static final int AUTO_VALUE The 'Auto' literal value.- See Also:
- AUTO, Constant Field Values
 
 - 
SOFT_ADAPTIVE_VALUEpublic static final int SOFT_ADAPTIVE_VALUE The 'Soft Adaptive' literal value.- See Also:
- SOFT_ADAPTIVE, Constant Field Values
 
 - 
VALUESpublic static final List<PaletteKind> VALUES A public read-only list of all the 'Palette Kind' enumerators.
 
- 
 - 
Method Detail- 
valuespublic static PaletteKind[] values() Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (PaletteKind c : PaletteKind.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static PaletteKind valueOf(String name) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
- NullPointerException- if the argument is null
 
 - 
getpublic static PaletteKind get(String literal) Returns the 'Palette Kind' literal with the specified literal value.- Parameters:
- literal- the literal.
- Returns:
- the matching enumerator or null.
 
 - 
getByNamepublic static PaletteKind getByName(String name) Returns the 'Palette Kind' literal with the specified name.- Parameters:
- name- the name.
- Returns:
- the matching enumerator or null.
 
 - 
getpublic static PaletteKind get(int value) Returns the 'Palette Kind' literal with the specified integer value.- Parameters:
- value- the integer value.
- Returns:
- the matching enumerator or null.
 
 - 
getValuepublic int getValue() - Specified by:
- getValuein interface- org.eclipse.emf.common.util.Enumerator
 
 - 
getNamepublic String getName() - Specified by:
- getNamein interface- org.eclipse.emf.common.util.Enumerator
 
 - 
getLiteralpublic String getLiteral() - Specified by:
- getLiteralin interface- org.eclipse.emf.common.util.Enumerator
 
 - 
toStringpublic String toString() Returns the literal value of the enumerator, which is its string representation.- Overrides:
- toStringin class- Enum<PaletteKind>
 
 
- 
 
-