Class QueryGroup


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

      • getContent

        public QueryNode getContent()
        Get the group content.
        Returns:
        the content of the GROUP query
      • getMinOccurs

        public int getMinOccurs()
        Get the minimum occurrence of group content.
        Returns:
        the minimum occurrence
      • getMaxOccurs

        public int getMaxOccurs()
        Get the maximum occurrence of group content.
        Returns:
        the maximum occurrence