public static enum Properties.BooleanPropertyType extends Enum<Properties.BooleanPropertyType>
| Enum Constant and Description |
|---|
DEFAULT_FORWARD |
ENABLED |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Properties.BooleanPropertyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Properties.BooleanPropertyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Properties.BooleanPropertyType DEFAULT_FORWARD
public static final Properties.BooleanPropertyType ENABLED
public static Properties.BooleanPropertyType[] values()
for (Properties.BooleanPropertyType c : Properties.BooleanPropertyType.values()) System.out.println(c);
public static Properties.BooleanPropertyType 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<Properties.BooleanPropertyType>Copyright © 2019. All Rights Reserved.