Uses of Interface
org.eclipse.jpt.core.utility.jdt.Attribute

Packages that use Attribute
org.eclipse.jpt.core   
org.eclipse.jpt.core.utility.jdt   
 

Uses of Attribute in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core with parameters of type Attribute
 Annotation JpaAnnotationProvider.buildAttributeMappingAnnotation(JavaResourcePersistentAttribute parent, Attribute attribute, java.lang.String annotationName)
          Build an attribute mapping annotation with the specified name.
 Annotation JpaAnnotationProvider.buildAttributeSupportingAnnotation(JavaResourcePersistentAttribute parent, Attribute attribute, java.lang.String annotationName)
          Build an attribute supporting annotation with the specified name.
 Annotation JpaAnnotationProvider.buildNullAttributeMappingAnnotation(JavaResourcePersistentAttribute parent, Attribute attribute, java.lang.String annotationName)
          Build a null attribute mapping annotation with the specified name.
 Annotation JpaAnnotationProvider.buildNullAttributeSupportingAnnotation(JavaResourcePersistentAttribute parent, Attribute attribute, java.lang.String annotationName)
          Build a null attribute supporting annotation with the specified name.
 

Uses of Attribute in org.eclipse.jpt.core.utility.jdt
 

Subinterfaces of Attribute in org.eclipse.jpt.core.utility.jdt
 interface FieldAttribute
          Field attribute: just some covariant overrides.
 interface MethodAttribute
          Property attribute: just some covariant overrides.