Enum IosThemeMode

java.lang.Object
java.lang.Enum<IosThemeMode>
com.codename1.annotations.buildhints.IosThemeMode
All Implemented Interfaces:
Comparable<IosThemeMode>

public enum IosThemeMode extends Enum<IosThemeMode>

Accepted values of the ios.themeMode build hint.

Each constant carries the string the build actually receives, which is not always the constant's own name.

Generated from com.codename1.build.shared.BuildHints by BuildHintCodeGenerator. Do not edit by hand -- edit the catalog and re-run scripts/gen-build-hint-annotations.sh.

  • Enum Constant Details

  • Method Details

    • values

      public static IosThemeMode[] 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 IosThemeMode 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
    • wireValue

      public String wireValue()
      The value written into the build hint.