Uses of Class
org.eclipse.rdf4j.spring.dao.support.operation.OperationType
-
Packages that use OperationType Package Description org.eclipse.rdf4j.spring.dao.support.operation -
-
Uses of OperationType in org.eclipse.rdf4j.spring.dao.support.operation
Methods in org.eclipse.rdf4j.spring.dao.support.operation that return OperationType Modifier and Type Method Description static OperationType
OperationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static OperationType[]
OperationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-