public interface AnnotationPropertyType<T> extends Child<T>
annotation-propertyType
xsd typeModifier 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 |
getPropertyName()
Returns the
property-name element |
String |
getPropertyValue()
Returns the
property-value element |
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> |
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
objectsAnnotationPropertyType
List<String> getAllDescription()
description
elementsdescription
AnnotationPropertyType<T> removeAllDescription()
description
elementAnnotationPropertyType
AnnotationPropertyType<T> propertyName(String propertyName)
property-name
elementpropertyName
- the value for the element property-name
AnnotationPropertyType
String getPropertyName()
property-name
elementproperty-name
AnnotationPropertyType<T> removePropertyName()
property-name
elementAnnotationPropertyType
AnnotationPropertyType<T> propertyValue(String propertyValue)
property-value
elementpropertyValue
- the value for the element property-value
AnnotationPropertyType
String getPropertyValue()
property-value
elementproperty-value
AnnotationPropertyType<T> removePropertyValue()
property-value
elementAnnotationPropertyType
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.