Uses of Class
de.gsi.acc.remote.util.Property.Operation
-
Packages that use Property.Operation Package Description de.gsi.acc.remote.util -
-
Uses of Property.Operation in de.gsi.acc.remote.util
Methods in de.gsi.acc.remote.util that return Property.Operation Modifier and Type Method Description static Property.OperationProperty.Operation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Property.Operation[]Property.Operation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.gsi.acc.remote.util with parameters of type Property.Operation Modifier and Type Method Description voidProperty.PropertyHandlerAlt2. handle(Property.Operation op, java.util.Map<java.lang.String,java.lang.Object> fromUser, java.util.Map<java.lang.String,java.lang.Object> toUser)
-