Uses of Class
de.cau.cs.kieler.core.annotations.AnnotationType

Packages that use AnnotationType
de.cau.cs.kieler.core.annotations Base package of the Annotations model. 
 

Uses of AnnotationType in de.cau.cs.kieler.core.annotations
 

Methods in de.cau.cs.kieler.core.annotations that return AnnotationType
static AnnotationType AnnotationType.of(Annotation annotation)
          Determine the type of the given annotation.
static AnnotationType AnnotationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AnnotationType[] AnnotationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.