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