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