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 Details

  • Constructor Details

    • ContainerType

      private ContainerType()
  • Method Details

    • values

      public static CoreColorTokenUtils.ContainerType[] 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

      public static CoreColorTokenUtils.ContainerType 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