Serializable, Comparable<InternalOperandTypeForCalculations>public enum InternalOperandTypeForCalculations extends Enum<InternalOperandTypeForCalculations>
| Modifier and Type | Method | Description |
|---|---|---|
static InternalOperandTypeForCalculations |
getOperationModeForOperand(Operand operand) |
Gets the operand mode for a java type.
|
static Set<Class> |
getSupportedOperandModeClasses(InternalOperandTypeForCalculations... internalOperandTypeForCalculationses) |
|
Class[] |
getSupportedTypes() |
|
boolean |
isSupportedType(Class type) |
|
static InternalOperandTypeForCalculations |
valueOf(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(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 Class[] getSupportedTypes()
public boolean isSupportedType(Class type)
public static Set<Class> getSupportedOperandModeClasses(InternalOperandTypeForCalculations... internalOperandTypeForCalculationses)
public static InternalOperandTypeForCalculations getOperationModeForOperand(Operand operand)
operand - Copyright © 2017–2020 Holisticon AG. All rights reserved.