|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AnnotationPropertyType<T>
This interface defines the contract for the annotation-propertyType
xsd type
Method Summary | |
---|---|
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 |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
AnnotationPropertyType<T> description(String... values)
description
elements,
a new description
element
values
- list of description
objects
AnnotationPropertyType
List<String> getAllDescription()
description
elements
description
AnnotationPropertyType<T> removeAllDescription()
description
element
AnnotationPropertyType
AnnotationPropertyType<T> propertyName(String propertyName)
property-name
element
propertyName
- the value for the element property-name
AnnotationPropertyType
String getPropertyName()
property-name
element
property-name
AnnotationPropertyType<T> removePropertyName()
property-name
element
AnnotationPropertyType
AnnotationPropertyType<T> propertyValue(String propertyValue)
property-value
element
propertyValue
- the value for the element property-value
AnnotationPropertyType
String getPropertyValue()
property-value
element
property-value
AnnotationPropertyType<T> removePropertyValue()
property-value
element
AnnotationPropertyType
AnnotationPropertyType<T> id(String id)
id
attribute
id
- the value for the attribute id
AnnotationPropertyType
String getId()
id
attribute
id
AnnotationPropertyType<T> removeId()
id
attribute
AnnotationPropertyType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |