
public interface AnnotationPropertyType<T> extends Child<T>
annotation-propertyType xsd type| Modifier and Type | Method and Description |
|---|---|
AnnotationPropertyType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
List<String> |
getAllDescription()
Returns all
description elements |
String |
getId()
Returns the
id attribute |
String |
getPropertyName()
Returns the
property-name element |
String |
getPropertyValue()
Returns the
property-value element |
AnnotationPropertyType<T> |
id(String id)
Sets the
id attribute |
AnnotationPropertyType<T> |
propertyName(String propertyName)
Sets the
property-name element |
AnnotationPropertyType<T> |
propertyValue(String propertyValue)
Sets the
property-value element |
AnnotationPropertyType<T> |
removeAllDescription()
Removes the
description element |
AnnotationPropertyType<T> |
removeId()
Removes the
id attribute |
AnnotationPropertyType<T> |
removePropertyName()
Removes the
property-name element |
AnnotationPropertyType<T> |
removePropertyValue()
Removes the
property-value element |
AnnotationPropertyType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsAnnotationPropertyTypeList<String> getAllDescription()
description elementsdescriptionAnnotationPropertyType<T> removeAllDescription()
description elementAnnotationPropertyTypeAnnotationPropertyType<T> propertyName(String propertyName)
property-name elementpropertyName - the value for the element property-nameAnnotationPropertyTypeString getPropertyName()
property-name elementproperty-nameAnnotationPropertyType<T> removePropertyName()
property-name elementAnnotationPropertyTypeAnnotationPropertyType<T> propertyValue(String propertyValue)
property-value elementpropertyValue - the value for the element property-valueAnnotationPropertyTypeString getPropertyValue()
property-value elementproperty-valueAnnotationPropertyType<T> removePropertyValue()
property-value elementAnnotationPropertyTypeAnnotationPropertyType<T> id(String id)
id attributeid - the value for the attribute idAnnotationPropertyTypeString getId()
id attributeidAnnotationPropertyType<T> removeId()
id attributeAnnotationPropertyTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.