public enum NumericOperationType extends Enum<NumericOperationType>
| Modifier and Type | Method and Description |
|---|---|
Type |
toType() |
static NumericOperationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NumericOperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NumericOperationType Integer
public static final NumericOperationType Float
public static final NumericOperationType Number
public static final NumericOperationType Any
public static NumericOperationType[] values()
for (NumericOperationType c : NumericOperationType.values()) System.out.println(c);
public static NumericOperationType 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 Type toType()
Copyright © 2016–2017. All rights reserved.