Enum Class Ops

java.lang.Object
java.lang.Enum<Ops>
org.aksw.jena_sparql_api.views.Ops
All Implemented Interfaces:
Serializable, Comparable<Ops>, Constable

public enum Ops extends Enum<Ops>
  • Enum Constant Details

    • OpQuadPattern

      public static final Ops OpQuadPattern
    • OpQuadBlock

      public static final Ops OpQuadBlock
    • OpFilter

      public static final Ops OpFilter
    • OpFilterIndexed

      public static final Ops OpFilterIndexed
    • OpUnion

      public static final Ops OpUnion
    • OpDisjunction

      public static final Ops OpDisjunction
    • OpOrder

      public static final Ops OpOrder
    • OpLeftJoin

      public static final Ops OpLeftJoin
    • OpJoin

      public static final Ops OpJoin
    • OpGroup

      public static final Ops OpGroup
    • OpDistinct

      public static final Ops OpDistinct
    • OpProject

      public static final Ops OpProject
    • OpExtend

      public static final Ops OpExtend
    • OpSlice

      public static final Ops OpSlice
    • OpMapping

      public static final Ops OpMapping
    • OpViewInstanceJoin

      public static final Ops OpViewInstanceJoin
  • Method Details

    • values

      public static Ops[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Ops valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null