Class ElementEnumeration

java.lang.Object
org.aksw.jena_sparql_api.shape.syntax.Element0
org.aksw.jena_sparql_api.shape.syntax.ElementEnumeration
All Implemented Interfaces:
Element

public class ElementEnumeration extends Element0
  • Field Details

    • values

      protected List<org.apache.jena.graph.Node> values
  • Constructor Details

    • ElementEnumeration

      public ElementEnumeration(org.apache.jena.graph.Node... nodes)
    • ElementEnumeration

      public ElementEnumeration(List<org.apache.jena.graph.Node> nodes)
  • Method Details

    • getValues

      public List<org.apache.jena.graph.Node> getValues()
    • accept

      public <T> T accept(ElementVisitor<T> visitor)