public enum InternalOperandTypeForCalculations extends java.lang.Enum<InternalOperandTypeForCalculations>
| Enum Constant and Description |
|---|
BOOLEAN |
DECIMAL |
FLOAT |
OBJECT |
STRING |
| Modifier and Type | Method and Description |
|---|---|
static InternalOperandTypeForCalculations |
getOperationModeForOperand(Operand operand)
Gets the operand mode for a java type.
|
static java.util.Set<java.lang.Class> |
getSupportedOperandModeClasses(InternalOperandTypeForCalculations... internalOperandTypeForCalculationses) |
java.lang.Class[] |
getSupportedTypes() |
boolean |
isSupportedType(java.lang.Class type) |
static InternalOperandTypeForCalculations |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InternalOperandTypeForCalculations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InternalOperandTypeForCalculations DECIMAL
public static final InternalOperandTypeForCalculations FLOAT
public static final InternalOperandTypeForCalculations BOOLEAN
public static final InternalOperandTypeForCalculations STRING
public static final InternalOperandTypeForCalculations OBJECT
public static InternalOperandTypeForCalculations[] values()
for (InternalOperandTypeForCalculations c : InternalOperandTypeForCalculations.values()) System.out.println(c);
public static InternalOperandTypeForCalculations valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.Class[] getSupportedTypes()
public boolean isSupportedType(java.lang.Class type)
public static java.util.Set<java.lang.Class> getSupportedOperandModeClasses(InternalOperandTypeForCalculations... internalOperandTypeForCalculationses)
public static InternalOperandTypeForCalculations getOperationModeForOperand(Operand operand)
operand - Copyright © 2017 Holisticon AG. All Rights Reserved.