Uses of Enum
graphql.schema.diffing.EditOperation.Operation
Packages that use EditOperation.Operation
-
Uses of EditOperation.Operation in graphql.schema.diffing
Fields in graphql.schema.diffing declared as EditOperation.OperationMethods in graphql.schema.diffing that return EditOperation.OperationModifier and TypeMethodDescriptionEditOperation.getOperation()static EditOperation.OperationReturns the enum constant of this type with the specified name.static EditOperation.Operation[]EditOperation.Operation.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in graphql.schema.diffing with parameters of type EditOperation.OperationModifierConstructorDescriptionprivateEditOperation(EditOperation.Operation operation, String description, Vertex sourceVertex, Vertex targetVertex, Edge sourceEdge, Edge targetEdge) -
Uses of EditOperation.Operation in graphql.schema.diffing.ana
Fields in graphql.schema.diffing.ana with type parameters of type EditOperation.OperationModifier and TypeFieldDescriptionprivate static final List<EditOperation.Operation> EditOperationAnalyzer.OPERATION_TRAVERSAL_ORDERThe order to traverse edit operations according to the operation.