public static enum GraphComparator.Delta.Command extends Enum<GraphComparator.Delta.Command>
Enum Constant and Description |
---|
ARRAY_RESIZE |
ARRAY_SET_ELEMENT |
LIST_RESIZE |
LIST_SET_ELEMENT |
MAP_PUT |
MAP_REMOVE |
OBJECT_ASSIGN_FIELD |
OBJECT_FIELD_TYPE_CHANGED |
OBJECT_ORPHAN |
SET_ADD |
SET_REMOVE |
Modifier and Type | Method and Description |
---|---|
static GraphComparator.Delta.Command |
fromName(String name) |
String |
getName() |
static GraphComparator.Delta.Command |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphComparator.Delta.Command[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphComparator.Delta.Command ARRAY_SET_ELEMENT
public static final GraphComparator.Delta.Command ARRAY_RESIZE
public static final GraphComparator.Delta.Command OBJECT_ASSIGN_FIELD
public static final GraphComparator.Delta.Command OBJECT_ORPHAN
public static final GraphComparator.Delta.Command OBJECT_FIELD_TYPE_CHANGED
public static final GraphComparator.Delta.Command SET_ADD
public static final GraphComparator.Delta.Command SET_REMOVE
public static final GraphComparator.Delta.Command MAP_PUT
public static final GraphComparator.Delta.Command MAP_REMOVE
public static final GraphComparator.Delta.Command LIST_RESIZE
public static final GraphComparator.Delta.Command LIST_SET_ELEMENT
public static GraphComparator.Delta.Command[] values()
for (GraphComparator.Delta.Command c : GraphComparator.Delta.Command.values()) System.out.println(c);
public static GraphComparator.Delta.Command 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 static GraphComparator.Delta.Command fromName(String name)
Copyright © 2016. All rights reserved.