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