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