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