public enum RecalculateEnum extends Enum<RecalculateEnum>
| Modifier and Type | Method and Description |
|---|---|
static RecalculateEnum |
fromString(String displayName) |
String |
toString() |
static RecalculateEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecalculateEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RecalculateEnum ALWAYS
public static final RecalculateEnum NEVER
public static final RecalculateEnum ANALYZE
public static RecalculateEnum[] values()
for (RecalculateEnum c : RecalculateEnum.values()) System.out.println(c);
public static RecalculateEnum 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<RecalculateEnum>public static RecalculateEnum fromString(String displayName)
Copyright © 2004–2019 OpenL Tablets. All rights reserved.