Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jboss51 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
AnnotationPropertyType<AnnotationType<T>> |
AnnotationType.createProperty()
Creates a new
property element |
AnnotationPropertyType<T> |
AnnotationPropertyType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
AnnotationPropertyType<AnnotationType<T>> |
AnnotationType.getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
AnnotationPropertyType<T> |
AnnotationPropertyType.propertyName(String propertyName)
Sets the
property-name element |
AnnotationPropertyType<T> |
AnnotationPropertyType.propertyValue(String propertyValue)
Sets the
property-value element |
AnnotationPropertyType<T> |
AnnotationPropertyType.removeAllDescription()
Removes the
description element |
AnnotationPropertyType<T> |
AnnotationPropertyType.removePropertyName()
Removes the
property-name element |
AnnotationPropertyType<T> |
AnnotationPropertyType.removePropertyValue()
Removes the
property-value element |
Modifier and Type | Method and Description |
---|---|
List<AnnotationPropertyType<AnnotationType<T>>> |
AnnotationType.getAllProperty()
Returns all
property elements |
Copyright © 2014 JBoss by Red Hat. All rights reserved.