public static enum ConfigReader.CompositeVariable.Operation extends Enum<ConfigReader.CompositeVariable.Operation>
Modifier and Type | Method and Description |
---|---|
Number |
execute(Number arg1,
Number arg2) |
static ConfigReader.CompositeVariable.Operation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigReader.CompositeVariable.Operation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigReader.CompositeVariable.Operation multiply
public static final ConfigReader.CompositeVariable.Operation divide
public static final ConfigReader.CompositeVariable.Operation add
public static final ConfigReader.CompositeVariable.Operation substract
public static ConfigReader.CompositeVariable.Operation[] values()
for (ConfigReader.CompositeVariable.Operation c : ConfigReader.CompositeVariable.Operation.values()) System.out.println(c);
public static ConfigReader.CompositeVariable.Operation 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 © 2004–2019 "Tigase, Inc.". All rights reserved.