public enum ServiceManagerQueryLogic extends java.lang.Enum<ServiceManagerQueryLogic>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFormattedName()
Returns the enum value formatted so it is suitable to be displayed on the web ui
|
static ServiceManagerQueryLogic |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServiceManagerQueryLogic[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceManagerQueryLogic ANY
public static final ServiceManagerQueryLogic ALL
public static ServiceManagerQueryLogic[] values()
for (ServiceManagerQueryLogic c : ServiceManagerQueryLogic.values()) System.out.println(c);
public static ServiceManagerQueryLogic valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getFormattedName()