
public interface AnnotationType<T> extends Child<T>, MapAnnotationCommonType<T,AnnotationType<T>,ElementType<AnnotationType<T>>>
annotationType xsd type| Modifier and Type | Method and Description |
|---|---|
ElementType<AnnotationType<T>> |
createElement()
Creates a new
element element |
List<ElementType<AnnotationType<T>>> |
getAllElement()
Returns all
element elements |
ElementType<AnnotationType<T>> |
getOrCreateElement()
If not already created, a new
element element will be created and returned. |
AnnotationType<T> |
removeAllElement()
Removes all
element elements |
ElementType<AnnotationType<T>> getOrCreateElement()
element element will be created and returned.
Otherwise, the first existing element element will be returned.elementElementType<AnnotationType<T>> createElement()
element elementElementType> List<ElementType<AnnotationType<T>>> getAllElement()
element elementselementAnnotationType<T> removeAllElement()
element elementsElementType> Copyright © 2025 JBoss by Red Hat. All rights reserved.