Package com._1c.g5.v8.dt.chart.model
Enum Class PaletteKind
- All Implemented Interfaces:
Serializable
,Comparable<PaletteKind>
,Constable
,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:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe 'Auto' literal object.The 'Blue' literal object.The 'Bright' literal object.The 'Cold' literal object.The 'Custom' literal object.The 'Gradient' literal object.The 'Gray' literal object.The 'Green' literal object.The 'Orange' literal object.The 'Pastel' literal object.The 'PK Classic8' literal object.The 'PK32' literal object.The 'Soft' literal object.The 'Soft Adaptive' literal object.The 'Warm' literal object.The 'Yellow' literal object. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The 'Auto' literal value.static final int
The 'Blue' literal value.static final int
The 'Bright' literal value.static final int
The 'Cold' literal value.static final int
The 'Custom' literal value.static final int
The 'Gradient' literal value.static final int
The 'Gray' literal value.static final int
The 'Green' literal value.static final int
The 'Orange' literal value.static final int
The 'Pastel' literal value.static final int
The 'PK Classic8' literal value.static final int
The 'PK32' literal value.static final int
The 'Soft Adaptive' literal value.static final int
The 'Soft' literal value.static final List<PaletteKind>
A public read-only list of all the 'Palette Kind' enumerators.static final int
The 'Warm' literal value.static final int
The 'Yellow' literal value. -
Method Summary
Modifier and TypeMethodDescriptionstatic PaletteKind
get
(int value) Returns the 'Palette Kind' literal with the specified integer value.static PaletteKind
Returns the 'Palette Kind' literal with the specified literal value.static PaletteKind
Returns the 'Palette Kind' literal with the specified name.getName()
int
getValue()
toString()
Returns the literal value of the enumerator, which is its string representation.static PaletteKind
Returns the enum constant of this class with the specified name.static PaletteKind[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PK_CLASSIC8
The 'PK Classic8' literal object.- See Also:
-
PK32
The 'PK32' literal object.- See Also:
-
PASTEL
The 'Pastel' literal object.- See Also:
-
BRIGHT
The 'Bright' literal object.- See Also:
-
SOFT
The 'Soft' literal object.- See Also:
-
WARM
The 'Warm' literal object.- See Also:
-
COLD
The 'Cold' literal object.- See Also:
-
BLUE
The 'Blue' literal object.- See Also:
-
ORANGE
The 'Orange' literal object.- See Also:
-
GREEN
The 'Green' literal object.- See Also:
-
YELLOW
The 'Yellow' literal object.- See Also:
-
GRAY
The 'Gray' literal object.- See Also:
-
CUSTOM
The 'Custom' literal object.- See Also:
-
GRADIENT
The 'Gradient' literal object.- See Also:
-
AUTO
The 'Auto' literal object.- See Also:
-
SOFT_ADAPTIVE
The 'Soft Adaptive' literal object.- See Also:
-
-
Field Details
-
PK_CLASSIC8_VALUE
public static final int PK_CLASSIC8_VALUEThe 'PK Classic8' literal value.- See Also:
-
PK32_VALUE
public static final int PK32_VALUEThe 'PK32' literal value.- See Also:
-
PASTEL_VALUE
public static final int PASTEL_VALUEThe 'Pastel' literal value.- See Also:
-
BRIGHT_VALUE
public static final int BRIGHT_VALUEThe 'Bright' literal value.- See Also:
-
SOFT_VALUE
public static final int SOFT_VALUEThe 'Soft' literal value.- See Also:
-
WARM_VALUE
public static final int WARM_VALUEThe 'Warm' literal value.- See Also:
-
COLD_VALUE
public static final int COLD_VALUEThe 'Cold' literal value.- See Also:
-
BLUE_VALUE
public static final int BLUE_VALUEThe 'Blue' literal value.- See Also:
-
ORANGE_VALUE
public static final int ORANGE_VALUEThe 'Orange' literal value.- See Also:
-
GREEN_VALUE
public static final int GREEN_VALUEThe 'Green' literal value.- See Also:
-
YELLOW_VALUE
public static final int YELLOW_VALUEThe 'Yellow' literal value.- See Also:
-
GRAY_VALUE
public static final int GRAY_VALUEThe 'Gray' literal value.- See Also:
-
CUSTOM_VALUE
public static final int CUSTOM_VALUEThe 'Custom' literal value.- See Also:
-
GRADIENT_VALUE
public static final int GRADIENT_VALUEThe 'Gradient' literal value.- See Also:
-
AUTO_VALUE
public static final int AUTO_VALUEThe 'Auto' literal value.- See Also:
-
SOFT_ADAPTIVE_VALUE
public static final int SOFT_ADAPTIVE_VALUEThe 'Soft Adaptive' literal value.- See Also:
-
VALUES
A public read-only list of all the 'Palette Kind' 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 'Palette Kind' literal with the specified literal value.- Parameters:
literal
- the literal.- Returns:
- the matching enumerator or
null
.
-
getByName
Returns the 'Palette Kind' literal with the specified name.- Parameters:
name
- the name.- Returns:
- the matching enumerator or
null
.
-
get
Returns the 'Palette Kind' 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.- Overrides:
toString
in classEnum<PaletteKind>
-