Uses of Enum Class
org.basex.query.ann.Annotation
Packages that use Annotation
-
Uses of Annotation in org.basex.query.ann
Fields in org.basex.query.ann declared as AnnotationModifier and TypeFieldDescriptionfinal AnnotationAnn.sigAnnotation signature (isnullifAnn.nameis assigned).static final Annotation[]Annotation.VALUESCached enums (faster).Methods in org.basex.query.ann that return AnnotationModifier and TypeMethodDescriptionstatic AnnotationReturns an annotation with the specified name.static AnnotationReturns the enum constant of this class with the specified name.static Annotation[]Annotation.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.basex.query.ann with parameters of type Annotation -
Uses of Annotation in org.basex.query.util.list
Methods in org.basex.query.util.list with parameters of type AnnotationModifier and TypeMethodDescriptionbooleanAnnList.contains(Annotation sig) Checks if the specified signature is found in the list.AnnList.get(Annotation sig) Returns an annotation with the specified signature.