public static enum ResultSetViewImpl.ViewMode extends Enum<ResultSetViewImpl.ViewMode>
Enum Constant and Description |
---|
COMPLEX
Complex mode.
|
LOOKUP
Lookup mode.
|
SELECT_LOOKUP
Lookup mode for selections.
|
SIMPLE
Google like mode.
|
Modifier and Type | Method and Description |
---|---|
static ResultSetViewImpl.ViewMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultSetViewImpl.ViewMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResultSetViewImpl.ViewMode SIMPLE
public static final ResultSetViewImpl.ViewMode COMPLEX
public static final ResultSetViewImpl.ViewMode LOOKUP
public static final ResultSetViewImpl.ViewMode SELECT_LOOKUP
public static ResultSetViewImpl.ViewMode[] values()
for (ResultSetViewImpl.ViewMode c : ResultSetViewImpl.ViewMode.values()) System.out.println(c);
public static ResultSetViewImpl.ViewMode 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 © 2021 Hyland Software Germany GmbH. All rights reserved.