Class QuerySegment


  • public class QuerySegment
    extends QueryNode
    A FCS-QL expression tree query segment node.
    • Method Detail

      • getExpression

        public QueryNode getExpression()
        Get the expression for this segment.
        Returns:
        the expression
      • getMinOccurs

        public int getMinOccurs()
        Get the minimum occurrence of this segment.
        Returns:
        the minimum occurrence
      • getMaxOccurs

        public int getMaxOccurs()
        Get the maximum occurrence of this segment.
        Returns:
        the maximum occurrence