|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnnotationType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.jboss51 | Provides the interfaces and enumeration types as defined in the schema |
Uses of AnnotationType in org.jboss.shrinkwrap.descriptor.api.jboss51 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return AnnotationType | |
---|---|
AnnotationType<T> |
AnnotationType.annotationClass(String annotationClass)
Sets the annotation-class element |
AnnotationType<T> |
AnnotationType.annotationImplementationClass(String annotationImplementationClass)
Sets the annotation-implementation-class element |
AnnotationType<ConsumerBeanType<T>> |
ConsumerBeanType.createAnnotation()
Creates a new annotation element |
AnnotationType<ServiceBeanType<T>> |
ServiceBeanType.createAnnotation()
Creates a new annotation element |
AnnotationType<SessionBeanType<T>> |
SessionBeanType.createAnnotation()
Creates a new annotation element |
AnnotationType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.createAnnotation()
Creates a new annotation element |
AnnotationType<GenericBeanType<T>> |
GenericBeanType.createAnnotation()
Creates a new annotation element |
AnnotationType<T> |
AnnotationType.description(String... values)
Creates for all String objects representing description elements,
a new description element |
AnnotationType<ConsumerBeanType<T>> |
ConsumerBeanType.getOrCreateAnnotation()
If not already created, a new annotation element will be created and returned. |
AnnotationType<ServiceBeanType<T>> |
ServiceBeanType.getOrCreateAnnotation()
If not already created, a new annotation element will be created and returned. |
AnnotationType<SessionBeanType<T>> |
SessionBeanType.getOrCreateAnnotation()
If not already created, a new annotation element will be created and returned. |
AnnotationType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.getOrCreateAnnotation()
If not already created, a new annotation element will be created and returned. |
AnnotationType<GenericBeanType<T>> |
GenericBeanType.getOrCreateAnnotation()
If not already created, a new annotation element will be created and returned. |
AnnotationType<T> |
AnnotationType.id(String id)
Sets the id attribute |
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.removeId()
Removes the id attribute |
AnnotationType<T> |
AnnotationType.removeInjectionTarget()
Removes the injection-target element |
Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type AnnotationType | |
---|---|
AnnotationPropertyType<AnnotationType<T>> |
AnnotationType.createProperty()
Creates a new property element |
List<AnnotationType<ConsumerBeanType<T>>> |
ConsumerBeanType.getAllAnnotation()
Returns all annotation elements |
List<AnnotationType<ServiceBeanType<T>>> |
ServiceBeanType.getAllAnnotation()
Returns all annotation elements |
List<AnnotationType<SessionBeanType<T>>> |
SessionBeanType.getAllAnnotation()
Returns all annotation elements |
List<AnnotationType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanType.getAllAnnotation()
Returns all annotation elements |
List<AnnotationType<GenericBeanType<T>>> |
GenericBeanType.getAllAnnotation()
Returns all annotation elements |
List<AnnotationPropertyType<AnnotationType<T>>> |
AnnotationType.getAllProperty()
Returns all property elements |
InjectionTargetType<AnnotationType<T>> |
AnnotationType.getOrCreateInjectionTarget()
If not already created, a new injection-target element with the given value will be created. |
AnnotationPropertyType<AnnotationType<T>> |
AnnotationType.getOrCreateProperty()
If not already created, a new property element will be created and returned. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |