Uses of Class
uk.gov.gchq.gaffer.operation.impl.output.ToVertices.UseMatchedVertex
-
Packages that use ToVertices.UseMatchedVertex Package Description uk.gov.gchq.gaffer.operation.impl.output Operations for formatting the output of an operation into a required representation. -
-
Uses of ToVertices.UseMatchedVertex in uk.gov.gchq.gaffer.operation.impl.output
Methods in uk.gov.gchq.gaffer.operation.impl.output that return ToVertices.UseMatchedVertex Modifier and Type Method Description ToVertices.UseMatchedVertex
ToVertices. getUseMatchedVertex()
static ToVertices.UseMatchedVertex
ToVertices.UseMatchedVertex. valueOf(String name)
Returns the enum constant of this type with the specified name.static ToVertices.UseMatchedVertex[]
ToVertices.UseMatchedVertex. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.gov.gchq.gaffer.operation.impl.output with parameters of type ToVertices.UseMatchedVertex Modifier and Type Method Description void
ToVertices. setUseMatchedVertex(ToVertices.UseMatchedVertex useMatchedVertex)
ToVertices.Builder
ToVertices.Builder. useMatchedVertex(ToVertices.UseMatchedVertex useMatchedVertex)
-