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

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

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

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

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

Methods in de.fraunhofer.ipsi.xquery.tree.types that return SequenceTypeEnum
 SequenceTypeEnum XQuerySequenceType.getKind()
          Method getKind
 

Constructors in de.fraunhofer.ipsi.xquery.tree.types with parameters of type SequenceTypeEnum
XQuerySequenceType(PositionInfo pos, SequenceTypeEnum kind)
          Constructor