Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.validationMapping10 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
ElementType<ConstraintType<T>> |
ConstraintType.createElement()
Creates a new
element element |
ElementType<AnnotationType<T>> |
AnnotationType.createElement()
Creates a new
element element |
ElementType<ConstraintType<T>> |
ConstraintType.getOrCreateElement()
If not already created, a new
element element will be created and returned. |
ElementType<AnnotationType<T>> |
AnnotationType.getOrCreateElement()
If not already created, a new
element element will be created and returned. |
ElementType<T> |
ElementType.name(String name)
Sets the
name attribute |
ElementType<T> |
ElementType.removeAllAnnotation()
Removes all
annotation elements |
ElementType<T> |
ElementType.removeAllValue()
Removes the
value element |
ElementType<T> |
ElementType.removeName()
Removes the
name attribute |
ElementType<T> |
ElementType.text(String value)
Sets the body text for the element
elementType |
ElementType<T> |
ElementType.value(String... values)
Creates for all String objects representing
value elements,
a new value element |
Modifier and Type | Method and Description |
---|---|
AnnotationType<ElementType<T>> |
ElementType.createAnnotation()
Creates a new
annotation element |
List<AnnotationType<ElementType<T>>> |
ElementType.getAllAnnotation()
Returns all
annotation elements |
List<ElementType<ConstraintType<T>>> |
ConstraintType.getAllElement()
Returns all
element elements |
List<ElementType<AnnotationType<T>>> |
AnnotationType.getAllElement()
Returns all
element elements |
AnnotationType<ElementType<T>> |
ElementType.getOrCreateAnnotation()
If not already created, a new
annotation element will be created and returned. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.