public static enum FTSParser.Mode extends Enum<FTSParser.Mode>
Enum Constant and Description |
---|
CMIS |
DEFAULT_CONJUNCTION |
DEFAULT_DISJUNCTION |
Modifier and Type | Method and Description |
---|---|
static FTSParser.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FTSParser.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FTSParser.Mode CMIS
public static final FTSParser.Mode DEFAULT_CONJUNCTION
public static final FTSParser.Mode DEFAULT_DISJUNCTION
public static FTSParser.Mode[] values()
for (FTSParser.Mode c : FTSParser.Mode.values()) System.out.println(c);
public static FTSParser.Mode 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 © 2005–2016 Alfresco Software. All rights reserved.