public static enum Properties.BooleanPropertyType extends Enum<Properties.BooleanPropertyType>
| Enum Constant and Description |
|---|
DOMANI_FILTER_DEFAULT_FORWARD |
DOMANI_FILTER_ENABLED |
REWRITE_URI |
| 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 DOMANI_FILTER_DEFAULT_FORWARD
public static final Properties.BooleanPropertyType DOMANI_FILTER_ENABLED
public static final Properties.BooleanPropertyType REWRITE_URI
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.