public static enum NXQLQueryMaker.DocKind extends Enum<NXQLQueryMaker.DocKind>
Modifier and Type | Method and Description |
---|---|
static NXQLQueryMaker.DocKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NXQLQueryMaker.DocKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NXQLQueryMaker.DocKind DIRECT
public static final NXQLQueryMaker.DocKind PROXY
public static NXQLQueryMaker.DocKind[] values()
for (NXQLQueryMaker.DocKind c : NXQLQueryMaker.DocKind.values()) System.out.println(c);
public static NXQLQueryMaker.DocKind 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 © 2015 Nuxeo SA. All rights reserved.