Uses of Class
org.xwiki.annotation.maintainer.AnnotationState
-
Packages that use AnnotationState Package Description org.xwiki.annotation org.xwiki.annotation.maintainer -
-
Uses of AnnotationState in org.xwiki.annotation
Methods in org.xwiki.annotation that return AnnotationState Modifier and Type Method Description AnnotationStateAnnotation. getState()Methods in org.xwiki.annotation with parameters of type AnnotationState Modifier and Type Method Description voidAnnotation. setState(AnnotationState state) -
Uses of AnnotationState in org.xwiki.annotation.maintainer
Methods in org.xwiki.annotation.maintainer that return AnnotationState Modifier and Type Method Description static AnnotationStateAnnotationState. valueOf(String name)Returns the enum constant of this type with the specified name.static AnnotationState[]AnnotationState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-