Uses of Class
com.graphdbapi.driver.internal.value.CypherTaskStatus
-
Packages that use CypherTaskStatus Package Description com.graphdbapi.driver.internal.value -
-
Uses of CypherTaskStatus in com.graphdbapi.driver.internal.value
Methods in com.graphdbapi.driver.internal.value that return CypherTaskStatus Modifier and Type Method Description static CypherTaskStatus
CypherTaskStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static CypherTaskStatus[]
CypherTaskStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-