Uses of Class
com.cedarsoftware.util.GraphComparator.Delta.Command
-
-
Uses of GraphComparator.Delta.Command in com.cedarsoftware.util
Methods in com.cedarsoftware.util that return GraphComparator.Delta.Command Modifier and Type Method Description static GraphComparator.Delta.Command
GraphComparator.Delta.Command. fromName(String name)
GraphComparator.Delta.Command
GraphComparator.Delta. getCmd()
static GraphComparator.Delta.Command
GraphComparator.Delta.Command. valueOf(String name)
Returns the enum constant of this type with the specified name.static GraphComparator.Delta.Command[]
GraphComparator.Delta.Command. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.cedarsoftware.util with parameters of type GraphComparator.Delta.Command Modifier and Type Method Description void
GraphComparator.Delta. setCmd(GraphComparator.Delta.Command cmd)
-