public static enum ResourcePurgeConf.OPERATOR extends Enum<ResourcePurgeConf.OPERATOR>
Modifier and Type | Method and Description |
---|---|
static ResourcePurgeConf.OPERATOR |
fromString(String text) |
static ResourcePurgeConf.OPERATOR |
get(int id) |
String |
getText() |
static ResourcePurgeConf.OPERATOR |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourcePurgeConf.OPERATOR[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourcePurgeConf.OPERATOR EQ
public static final ResourcePurgeConf.OPERATOR GE
public static final ResourcePurgeConf.OPERATOR LE
public static final ResourcePurgeConf.OPERATOR NE
public static final ResourcePurgeConf.OPERATOR GT
public static final ResourcePurgeConf.OPERATOR LT
public static ResourcePurgeConf.OPERATOR[] values()
for (ResourcePurgeConf.OPERATOR c : ResourcePurgeConf.OPERATOR.values()) System.out.println(c);
public static ResourcePurgeConf.OPERATOR 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 static ResourcePurgeConf.OPERATOR get(int id)
public String getText()
public static ResourcePurgeConf.OPERATOR fromString(String text)
Copyright © 2015–2019. All rights reserved.