Uses of Class
org.processmining.plugins.tsanalyzer2.annotation.AnnotationElement.Type
-
Packages that use AnnotationElement.Type Package Description org.processmining.plugins.tsanalyzer2.annotation -
-
Uses of AnnotationElement.Type in org.processmining.plugins.tsanalyzer2.annotation
Methods in org.processmining.plugins.tsanalyzer2.annotation that return AnnotationElement.Type Modifier and Type Method Description AnnotationElement.TypeAnnotationElement. getType()static AnnotationElement.TypeAnnotationElement.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AnnotationElement.Type[]AnnotationElement.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.processmining.plugins.tsanalyzer2.annotation with parameters of type AnnotationElement.Type Constructor Description AnnotationElement(java.lang.String name, AnnotationElement.Type type)
-