public static enum AlmLovComponent.fetchMode extends java.lang.Enum<AlmLovComponent.fetchMode>
Enum Constant and Description |
---|
MULTIVALUES |
SINGLEVALUE |
Modifier and Type | Method and Description |
---|---|
static AlmLovComponent.fetchMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlmLovComponent.fetchMode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final AlmLovComponent.fetchMode SINGLEVALUE
public static final AlmLovComponent.fetchMode MULTIVALUES
public static AlmLovComponent.fetchMode[] values()
for (AlmLovComponent.fetchMode c : AlmLovComponent.fetchMode.values()) System.out.println(c);
public static AlmLovComponent.fetchMode 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 null