Uses of Interface
org.jboss.shrinkwrap.descriptor.api.jboss51.AnnotationPropertyType

Packages that use AnnotationPropertyType
org.jboss.shrinkwrap.descriptor.api.jboss51 Provides the interfaces and enumeration types as defined in the schema jboss_5_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.jboss51 Provides the implementation classes as defined in the schema jboss_5_1.xsd 
 

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.property()
          Returns the property 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
 AnnotationPropertyType<T> AnnotationPropertyType.setDescription(java.lang.String description)
          Creates a new description element
 AnnotationPropertyType<T> AnnotationPropertyType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 AnnotationPropertyType<T> AnnotationPropertyType.setPropertyName(java.lang.String propertyName)
          If not already created, a new property-name element with the given value will be created.
 AnnotationPropertyType<T> AnnotationPropertyType.setPropertyValue(java.lang.String propertyValue)
          If not already created, a new property-value element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type AnnotationPropertyType
 java.util.List<AnnotationPropertyType<AnnotationType<T>>> AnnotationType.getPropertyList()
          Returns all property elements
 

Uses of AnnotationPropertyType in org.jboss.shrinkwrap.descriptor.impl.jboss51
 

Classes in org.jboss.shrinkwrap.descriptor.impl.jboss51 that implement AnnotationPropertyType
 class AnnotationPropertyTypeImpl<T>
          This class implements the annotation-propertyType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return AnnotationPropertyType
 AnnotationPropertyType<AnnotationType<T>> AnnotationTypeImpl.property()
          Returns the property element
 AnnotationPropertyType<T> AnnotationPropertyTypeImpl.removeAllDescription()
          Removes the description element
 AnnotationPropertyType<T> AnnotationPropertyTypeImpl.removePropertyName()
          Removes the property-name element
 AnnotationPropertyType<T> AnnotationPropertyTypeImpl.removePropertyValue()
          Removes the property-value element
 AnnotationPropertyType<T> AnnotationPropertyTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 AnnotationPropertyType<T> AnnotationPropertyTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 AnnotationPropertyType<T> AnnotationPropertyTypeImpl.setPropertyName(java.lang.String propertyName)
          If not already created, a new property-name element with the given value will be created.
 AnnotationPropertyType<T> AnnotationPropertyTypeImpl.setPropertyValue(java.lang.String propertyValue)
          If not already created, a new property-value element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return types with arguments of type AnnotationPropertyType
 java.util.List<AnnotationPropertyType<AnnotationType<T>>> AnnotationTypeImpl.getPropertyList()
          Returns all property elements