| Package | Description | 
|---|---|
| org.apache.vxquery.types | 
| Modifier and Type | Method | Description | 
|---|---|---|
| Quantifier | SequenceType. getQuantifier() | |
| static Quantifier | Quantifier. product(Quantifier quant1,
       Quantifier quant2) | |
| static Quantifier | Quantifier. valueOf(String name) | Returns the enum constant of this type with the specified name. | 
| static Quantifier[] | Quantifier. values() | Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| static SequenceType | SequenceType. create(ItemType itemType,
      Quantifier quantifier) | |
| boolean | Quantifier. isSubQuantifier(Quantifier subQuant) | |
| static Quantifier | Quantifier. product(Quantifier quant1,
       Quantifier quant2) | |
| static String | Quantifier. toString(Quantifier q) | 
Copyright © 2019 Apache Software Foundation. All rights reserved.