public static enum DistinctOption.Kind extends java.lang.Enum<DistinctOption.Kind> implements DistinctOption
DistinctOption.Kind| Modifier and Type | Method and Description |
|---|---|
static DistinctOption.Kind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DistinctOption.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfbasic, nonepublic static final DistinctOption.Kind NONE
public static final DistinctOption.Kind BASIC
public static DistinctOption.Kind[] values()
for (DistinctOption.Kind c : DistinctOption.Kind.values()) System.out.println(c);
public static DistinctOption.Kind valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null