public enum MapOperation extends java.lang.Enum<MapOperation> implements Operation
| Enum Constant and Description | 
|---|
GET
Map get operation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Object | 
execute(Namespace namespace,
       java.lang.String operation,
       MapHolder left,
       java.lang.Object right)  | 
static MapOperation | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static MapOperation[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final MapOperation GET
public static MapOperation[] values()
for (MapOperation c : MapOperation.values()) System.out.println(c);
public static MapOperation 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.Object execute(Namespace namespace, java.lang.String operation, MapHolder left, java.lang.Object right) throws ErrorException
ErrorExceptionCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.