public static enum FieldDisplayDescriptor.LovDisplayMode extends Enum<FieldDisplayDescriptor.LovDisplayMode>
Enum Constant and Description |
---|
CODE |
CODE_AND_LABEL |
LABEL |
LABEL_AND_CODE |
USER_PREFS |
Modifier and Type | Method and Description |
---|---|
static FieldDisplayDescriptor.LovDisplayMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldDisplayDescriptor.LovDisplayMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldDisplayDescriptor.LovDisplayMode CODE
public static final FieldDisplayDescriptor.LovDisplayMode LABEL
public static final FieldDisplayDescriptor.LovDisplayMode CODE_AND_LABEL
public static final FieldDisplayDescriptor.LovDisplayMode LABEL_AND_CODE
public static final FieldDisplayDescriptor.LovDisplayMode USER_PREFS
public static FieldDisplayDescriptor.LovDisplayMode[] values()
for (FieldDisplayDescriptor.LovDisplayMode c : FieldDisplayDescriptor.LovDisplayMode.values()) System.out.println(c);
public static FieldDisplayDescriptor.LovDisplayMode 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 nullCopyright © 2016. All Rights Reserved.