Uses of Class
com.atlassian.adf.model.mark.Annotation.AnnotationType
-
Packages that use Annotation.AnnotationType Package Description com.atlassian.adf.model.mark Marks are special document elements that are used to decoratetextnodes. -
-
Uses of Annotation.AnnotationType in com.atlassian.adf.model.mark
Methods in com.atlassian.adf.model.mark that return Annotation.AnnotationType Modifier and Type Method Description Annotation.AnnotationTypeAnnotation. annotationType()static Annotation.AnnotationTypeAnnotation.AnnotationType. valueOf(String name)Returns the enum constant of this type with the specified name.static Annotation.AnnotationType[]Annotation.AnnotationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.adf.model.mark with parameters of type Annotation.AnnotationType Modifier and Type Method Description static AnnotationAnnotation. annotation(String id, Annotation.AnnotationType annotationType)Constructors in com.atlassian.adf.model.mark with parameters of type Annotation.AnnotationType Constructor Description Annotation(String id, Annotation.AnnotationType annotationType)
-