Uses of Class
org.spockframework.runtime.condition.EditOperation.Kind
-
Packages that use EditOperation.Kind Package Description org.spockframework.runtime.condition -
-
Uses of EditOperation.Kind in org.spockframework.runtime.condition
Methods in org.spockframework.runtime.condition that return EditOperation.Kind Modifier and Type Method Description EditOperation.Kind
EditOperation. getKind()
static EditOperation.Kind
EditOperation.Kind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EditOperation.Kind[]
EditOperation.Kind. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-