public static enum GroupsPerOperation.Operation extends Enum<GroupsPerOperation.Operation>
| Modifier and Type | Method and Description | 
|---|---|
String | 
getGroupPropertyName()  | 
String | 
getName()  | 
static GroupsPerOperation.Operation | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static GroupsPerOperation.Operation[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final GroupsPerOperation.Operation INSERT
public static final GroupsPerOperation.Operation UPDATE
public static final GroupsPerOperation.Operation DELETE
public static final GroupsPerOperation.Operation DDL
public static GroupsPerOperation.Operation[] values()
for (GroupsPerOperation.Operation c : GroupsPerOperation.Operation.values()) System.out.println(c);
public static GroupsPerOperation.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 nullpublic String getName()
public String getGroupPropertyName()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.