Uses of Class
de.fraunhofer.ipsi.xquery.enums.OccurenceIndicatorEnum

Packages that use OccurenceIndicatorEnum
de.fraunhofer.ipsi.xquery.enums   
de.fraunhofer.ipsi.xquery.tree.types   
 

Uses of OccurenceIndicatorEnum in de.fraunhofer.ipsi.xquery.enums
 

Methods in de.fraunhofer.ipsi.xquery.enums that return OccurenceIndicatorEnum
static OccurenceIndicatorEnum OccurenceIndicatorEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OccurenceIndicatorEnum[] OccurenceIndicatorEnum.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of OccurenceIndicatorEnum in de.fraunhofer.ipsi.xquery.tree.types
 

Methods in de.fraunhofer.ipsi.xquery.tree.types that return OccurenceIndicatorEnum
 OccurenceIndicatorEnum XQuerySequenceType.getOccurence()
          Method getOccurence
 

Methods in de.fraunhofer.ipsi.xquery.tree.types with parameters of type OccurenceIndicatorEnum
 void XQuerySequenceType.setOccurence(OccurenceIndicatorEnum occur)
          Method setOccurence