Enum CoreColorTokenUtils.ContainerType
java.lang.Object
java.lang.Enum<CoreColorTokenUtils.ContainerType>
org.pushingpixels.radiance.theming.internal.utils.CoreColorTokenUtils.ContainerType
- All Implemented Interfaces:
Serializable, Comparable<CoreColorTokenUtils.ContainerType>
- Enclosing class:
CoreColorTokenUtils
public static enum CoreColorTokenUtils.ContainerType
extends Enum<CoreColorTokenUtils.ContainerType>
Enumeration of available container types. Each entry corresponds to the matching container
color tokens passed to
ContainerColorTokensBundle.-
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static CoreColorTokenUtils.ContainerType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
NEUTRAL
-
MUTED
-
ACTIVE
-
-
Constructor Details
-
ContainerType
private ContainerType()
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
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 nameNullPointerException- if the argument is null
-