|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnnotationPropertyType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.jboss51 | Provides the interfaces and enumeration types as defined in the schema |
Uses of AnnotationPropertyType in org.jboss.shrinkwrap.descriptor.api.jboss51 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return AnnotationPropertyType | |
---|---|
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.id(String id)
Sets the id attribute |
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.removeId()
Removes the id attribute |
AnnotationPropertyType<T> |
AnnotationPropertyType.removePropertyName()
Removes the property-name element |
AnnotationPropertyType<T> |
AnnotationPropertyType.removePropertyValue()
Removes the property-value element |
Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type AnnotationPropertyType | |
---|---|
List<AnnotationPropertyType<AnnotationType<T>>> |
AnnotationType.getAllProperty()
Returns all property elements |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |