Uses of Enum Class
org.basex.query.value.type.Type.ID
Packages that use Type.ID
Package
Description
-
Uses of Type.ID in org.basex.query.value.item
Methods in org.basex.query.value.item that return Type.ID -
Uses of Type.ID in org.basex.query.value.node
Methods in org.basex.query.value.node that return Type.ID -
Uses of Type.ID in org.basex.query.value.type
Fields in org.basex.query.value.type declared as Type.IDMethods in org.basex.query.value.type that return Type.IDModifier and TypeMethodDescriptionstatic Type.IDType.ID.get(int id) Gets the specified ID.final Type.IDAtomType.id()final Type.IDFuncType.id()final Type.IDListType.id()final Type.IDNodeType.id()Type.id()Returns a type id to differentiate all types.static Type.IDReturns the enum constant of this class with the specified name.static Type.ID[]Type.ID.values()Returns an array containing the constants of this enum class, in the order they are declared.