Uses of Class
tigase.conf.ConfigReader.CompositeVariable.Operation
-
Packages that use ConfigReader.CompositeVariable.Operation Package Description tigase.conf -
-
Uses of ConfigReader.CompositeVariable.Operation in tigase.conf
Methods in tigase.conf that return ConfigReader.CompositeVariable.Operation Modifier and Type Method Description static ConfigReader.CompositeVariable.Operation
ConfigReader.CompositeVariable.Operation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ConfigReader.CompositeVariable.Operation[]
ConfigReader.CompositeVariable.Operation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in tigase.conf that return types with arguments of type ConfigReader.CompositeVariable.Operation Modifier and Type Method Description java.util.List<ConfigReader.CompositeVariable.Operation>
ConfigReader.CompositeVariable. getOperations()
-