public static enum Design.ActiveModeEnum extends Enum<Design.ActiveModeEnum>
| Modifier and Type | Method and Description |
|---|---|
static Design.ActiveModeEnum |
fromValue(String text) |
String |
toString() |
static Design.ActiveModeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Design.ActiveModeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Design.ActiveModeEnum CLASSIC
public static final Design.ActiveModeEnum MODERN
public static final Design.ActiveModeEnum CUSTOM
public static Design.ActiveModeEnum[] values()
for (Design.ActiveModeEnum c : Design.ActiveModeEnum.values()) System.out.println(c);
public static Design.ActiveModeEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<Design.ActiveModeEnum>public static Design.ActiveModeEnum fromValue(String text)
Copyright © 2019 LeanIX GmbH. All rights reserved.