@Namespace(value="arrow") public static enum arrow.DecimalStatus extends Enum<arrow.DecimalStatus>
| Enum Constant and Description |
|---|
kDivideByZero |
kOverflow |
kRescaleDataLoss |
kSuccess |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
arrow.DecimalStatus |
intern() |
String |
toString() |
static arrow.DecimalStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static arrow.DecimalStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final arrow.DecimalStatus kSuccess
public static final arrow.DecimalStatus kDivideByZero
public static final arrow.DecimalStatus kOverflow
public static final arrow.DecimalStatus kRescaleDataLoss
public static arrow.DecimalStatus[] values()
for (arrow.DecimalStatus c : arrow.DecimalStatus.values()) System.out.println(c);
public static arrow.DecimalStatus 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 nullpublic arrow.DecimalStatus intern()
public String toString()
toString in class Enum<arrow.DecimalStatus>Copyright © 2021. All rights reserved.