Uses of Interface
org.eclipse.jpt.jaxb.core.resource.java.JavaResourceAbstractType

Packages that use JavaResourceAbstractType
org.eclipse.jpt.jaxb.core   
org.eclipse.jpt.jaxb.core.context   
org.eclipse.jpt.jaxb.core.resource.java   
 

Uses of JavaResourceAbstractType in org.eclipse.jpt.jaxb.core
 

Methods in org.eclipse.jpt.jaxb.core that return JavaResourceAbstractType
 JavaResourceAbstractType JaxbProject.getJavaResourceType(java.lang.String typeName)
          Return the JavaResourceAbstractType with the specified type name, regardless of what kind it is.
 JavaResourceAbstractType JaxbProject.getJavaResourceType(java.lang.String typeName, JavaResourceAbstractType.Kind kind)
          Return the JavaResourceAbstractType with the specified type name and kind.
 

Methods in org.eclipse.jpt.jaxb.core that return types with arguments of type JavaResourceAbstractType
 java.lang.Iterable<JavaResourceAbstractType> JaxbProject.getAnnotatedJavaSourceResourceTypes()
          Return all JavaResourceAbstractTypes that are represented by java source within this project, that are also annotated with a recognized annotation (and are persistable)
 java.lang.Iterable<JavaResourceAbstractType> JaxbProject.getJavaSourceResourceTypes()
          Return all JavaResourceAbstractTypes that are represented by java source within this project
 

Uses of JavaResourceAbstractType in org.eclipse.jpt.jaxb.core.context
 

Methods in org.eclipse.jpt.jaxb.core.context that return JavaResourceAbstractType
 JavaResourceAbstractType JaxbType.getJavaResourceType()
          Return the associated java resource type
 

Uses of JavaResourceAbstractType in org.eclipse.jpt.jaxb.core.resource.java
 

Subinterfaces of JavaResourceAbstractType in org.eclipse.jpt.jaxb.core.resource.java
 interface JavaResourceEnum
          Java source code or binary enum.
 interface JavaResourceType
          Java source code or binary class or interface.
 

Methods in org.eclipse.jpt.jaxb.core.resource.java that return types with arguments of type JavaResourceAbstractType
 java.lang.Iterable<JavaResourceAbstractType> JavaResourceNode.Root.getTypes()
          Return the root's Java resource "abstract" types.