public static enum SingleConfigurableTask.Entry.LookupType extends Enum<SingleConfigurableTask.Entry.LookupType>
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute() |
static SingleConfigurableTask.Entry.LookupType |
getFromAttribute(String attribute) |
static SingleConfigurableTask.Entry.LookupType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SingleConfigurableTask.Entry.LookupType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SingleConfigurableTask.Entry.LookupType PLAIN
public static final SingleConfigurableTask.Entry.LookupType REGEXP
public static SingleConfigurableTask.Entry.LookupType[] values()
for (SingleConfigurableTask.Entry.LookupType c : SingleConfigurableTask.Entry.LookupType.values()) System.out.println(c);
public static SingleConfigurableTask.Entry.LookupType 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 getAttribute()
public static SingleConfigurableTask.Entry.LookupType getFromAttribute(String attribute)
Copyright © 2001–2025. All rights reserved.