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

Packages that use AnnotationType
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 AnnotationType in org.jboss.shrinkwrap.descriptor.api.jboss51
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return AnnotationType
 AnnotationType<GenericBeanType<T>> GenericBeanType.annotation()
          Returns the annotation element
 AnnotationType<MessageDrivenBeanType<T>> MessageDrivenBeanType.annotation()
          Returns the annotation element
 AnnotationType<ServiceBeanType<T>> ServiceBeanType.annotation()
          Returns the annotation element
 AnnotationType<ConsumerBeanType<T>> ConsumerBeanType.annotation()
          Returns the annotation element
 AnnotationType<SessionBeanType<T>> SessionBeanType.annotation()
          Returns the annotation element
 AnnotationType<T> AnnotationType.removeAllDescription()
          Removes the description element
 AnnotationType<T> AnnotationType.removeAllProperty()
          Removes all property elements
 AnnotationType<T> AnnotationType.removeAnnotationClass()
          Removes the annotation-class element
 AnnotationType<T> AnnotationType.removeAnnotationImplementationClass()
          Removes the annotation-implementation-class element
 AnnotationType<T> AnnotationType.removeInjectionTarget()
          Removes the injection-target element
 AnnotationType<T> AnnotationType.setAnnotationClass(java.lang.String annotationClass)
          If not already created, a new annotation-class element with the given value will be created.
 AnnotationType<T> AnnotationType.setAnnotationImplementationClass(java.lang.String annotationImplementationClass)
          If not already created, a new annotation-implementation-class element with the given value will be created.
 AnnotationType<T> AnnotationType.setDescription(java.lang.String description)
          Creates a new description element
 AnnotationType<T> AnnotationType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type AnnotationType
 java.util.List<AnnotationType<GenericBeanType<T>>> GenericBeanType.getAnnotationList()
          Returns all annotation elements
 java.util.List<AnnotationType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getAnnotationList()
          Returns all annotation elements
 java.util.List<AnnotationType<ServiceBeanType<T>>> ServiceBeanType.getAnnotationList()
          Returns all annotation elements
 java.util.List<AnnotationType<ConsumerBeanType<T>>> ConsumerBeanType.getAnnotationList()
          Returns all annotation elements
 java.util.List<AnnotationType<SessionBeanType<T>>> SessionBeanType.getAnnotationList()
          Returns all annotation elements
 java.util.List<AnnotationPropertyType<AnnotationType<T>>> AnnotationType.getPropertyList()
          Returns all property elements
 InjectionTargetType<AnnotationType<T>> AnnotationType.injectionTarget()
          If not already created, a new injection-target element will be created and returned.
 AnnotationPropertyType<AnnotationType<T>> AnnotationType.property()
          Returns the property element
 

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

Classes in org.jboss.shrinkwrap.descriptor.impl.jboss51 that implement AnnotationType
 class AnnotationTypeImpl<T>
          This class implements the annotationType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return AnnotationType
 AnnotationType<MessageDrivenBeanType<T>> MessageDrivenBeanTypeImpl.annotation()
          Returns the annotation element
 AnnotationType<ServiceBeanType<T>> ServiceBeanTypeImpl.annotation()
          Returns the annotation element
 AnnotationType<SessionBeanType<T>> SessionBeanTypeImpl.annotation()
          Returns the annotation element
 AnnotationType<GenericBeanType<T>> GenericBeanTypeImpl.annotation()
          Returns the annotation element
 AnnotationType<ConsumerBeanType<T>> ConsumerBeanTypeImpl.annotation()
          Returns the annotation element
 AnnotationType<T> AnnotationTypeImpl.removeAllDescription()
          Removes the description element
 AnnotationType<T> AnnotationTypeImpl.removeAllProperty()
          Removes all property elements
 AnnotationType<T> AnnotationTypeImpl.removeAnnotationClass()
          Removes the annotation-class element
 AnnotationType<T> AnnotationTypeImpl.removeAnnotationImplementationClass()
          Removes the annotation-implementation-class element
 AnnotationType<T> AnnotationTypeImpl.removeInjectionTarget()
          Removes the injection-target element
 AnnotationType<T> AnnotationTypeImpl.setAnnotationClass(java.lang.String annotationClass)
          If not already created, a new annotation-class element with the given value will be created.
 AnnotationType<T> AnnotationTypeImpl.setAnnotationImplementationClass(java.lang.String annotationImplementationClass)
          If not already created, a new annotation-implementation-class element with the given value will be created.
 AnnotationType<T> AnnotationTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 AnnotationType<T> AnnotationTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return types with arguments of type AnnotationType
 java.util.List<AnnotationType<MessageDrivenBeanType<T>>> MessageDrivenBeanTypeImpl.getAnnotationList()
          Returns all annotation elements
 java.util.List<AnnotationType<ServiceBeanType<T>>> ServiceBeanTypeImpl.getAnnotationList()
          Returns all annotation elements
 java.util.List<AnnotationType<SessionBeanType<T>>> SessionBeanTypeImpl.getAnnotationList()
          Returns all annotation elements
 java.util.List<AnnotationType<GenericBeanType<T>>> GenericBeanTypeImpl.getAnnotationList()
          Returns all annotation elements
 java.util.List<AnnotationType<ConsumerBeanType<T>>> ConsumerBeanTypeImpl.getAnnotationList()
          Returns all annotation elements
 java.util.List<AnnotationPropertyType<AnnotationType<T>>> AnnotationTypeImpl.getPropertyList()
          Returns all property elements
 InjectionTargetType<AnnotationType<T>> AnnotationTypeImpl.injectionTarget()
          If not already created, a new injection-target element will be created and returned.
 AnnotationPropertyType<AnnotationType<T>> AnnotationTypeImpl.property()
          Returns the property element