public static enum IExtrapolatePartStatus.ColStatType extends Enum<IExtrapolatePartStatus.ColStatType>
| Modifier and Type | Method and Description |
|---|---|
static IExtrapolatePartStatus.ColStatType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IExtrapolatePartStatus.ColStatType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IExtrapolatePartStatus.ColStatType Long
public static final IExtrapolatePartStatus.ColStatType Double
public static final IExtrapolatePartStatus.ColStatType Decimal
public static IExtrapolatePartStatus.ColStatType[] values()
for (IExtrapolatePartStatus.ColStatType c : IExtrapolatePartStatus.ColStatType.values()) System.out.println(c);
public static IExtrapolatePartStatus.ColStatType 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 Cloudera. All rights reserved.