public enum GridOperationId extends Enum<GridOperationId>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static GridOperationId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridOperationId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridOperationId ROWADD
public static final GridOperationId ROWEDIT
public static final GridOperationId ROWDELETE
public static final GridOperationId REPLACE
public static GridOperationId[] values()
for (GridOperationId c : GridOperationId.values()) System.out.println(c);
public static GridOperationId 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 toString()
toString in class Enum<GridOperationId>Copyright © 2017. All Rights Reserved.