Uses of Class
org.basex.query.value.type.ListType

Packages that use ListType
org.basex.query.value.type   
 

Uses of ListType in org.basex.query.value.type
 

Fields in org.basex.query.value.type declared as ListType
static ListType[] ListType.VALUES
          Cached enums (faster).
 

Methods in org.basex.query.value.type that return ListType
static ListType ListType.find(QNm type)
          Finds and returns the specified data type.
static ListType ListType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ListType[] ListType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.