public interface AnnotationType<T> extends Child<T>, MapAnnotationCommonType<T,AnnotationType<T>,ElementType<AnnotationType<T>>>
annotationType
xsd typeModifier 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.element
ElementType<AnnotationType<T>> createElement()
element
elementElementType>
List<ElementType<AnnotationType<T>>> getAllElement()
element
elementselement
AnnotationType<T> removeAllElement()
element
elementsElementType>
Copyright © 2023 JBoss by Red Hat. All rights reserved.