public static enum SQLKeep.DenseRank extends Enum<SQLKeep.DenseRank>
Modifier and Type | Method and Description |
---|---|
static SQLKeep.DenseRank |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLKeep.DenseRank[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SQLKeep.DenseRank FIRST
public static final SQLKeep.DenseRank LAST
public static SQLKeep.DenseRank[] values()
for (SQLKeep.DenseRank c : SQLKeep.DenseRank.values()) System.out.println(c);
public static SQLKeep.DenseRank 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 © 2013–2017 Alibaba Group. All rights reserved.