Dali Provisional API
Release 3.2

Uses of Class
org.eclipse.jpt.common.core.resource.java.JavaResourceAnnotatedElement.AstNodeType

Packages that use JavaResourceAnnotatedElement.AstNodeType
org.eclipse.jpt.common.core.resource.java   
org.eclipse.jpt.jaxb.core   
org.eclipse.jpt.jpa.core   
org.eclipse.jpt.jpa.core.context.orm   
 

Uses of JavaResourceAnnotatedElement.AstNodeType in org.eclipse.jpt.common.core.resource.java
 

Methods in org.eclipse.jpt.common.core.resource.java that return JavaResourceAnnotatedElement.AstNodeType
 JavaResourceAnnotatedElement.AstNodeType JavaResourceAnnotatedElement.getAstNodeType()
          Return the element's ASTNode type
static JavaResourceAnnotatedElement.AstNodeType JavaResourceAnnotatedElement.AstNodeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JavaResourceAnnotatedElement.AstNodeType[] JavaResourceAnnotatedElement.AstNodeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.eclipse.jpt.common.core.resource.java with parameters of type JavaResourceAnnotatedElement.AstNodeType
JavaResourceAnnotatedElement.AstNodeTypeEquals(JavaResourceAnnotatedElement.AstNodeType astNodeType)
           
 

Uses of JavaResourceAnnotatedElement.AstNodeType in org.eclipse.jpt.jaxb.core
 

Methods in org.eclipse.jpt.jaxb.core with parameters of type JavaResourceAnnotatedElement.AstNodeType
 JavaResourceAbstractType JaxbProject.getJavaResourceType(String typeName, JavaResourceAnnotatedElement.AstNodeType astNodeType)
          Return the JavaResourceAbstractType with the specified type name and astNodeType.
 

Uses of JavaResourceAnnotatedElement.AstNodeType in org.eclipse.jpt.jpa.core
 

Methods in org.eclipse.jpt.jpa.core with parameters of type JavaResourceAnnotatedElement.AstNodeType
 JavaResourceAbstractType JpaProject.getJavaResourceType(String typeName, JavaResourceAnnotatedElement.AstNodeType astNodeType)
          Return the JavaResourceAbstractType with the fully qualified type name and astNodeType.
 

Uses of JavaResourceAnnotatedElement.AstNodeType in org.eclipse.jpt.jpa.core.context.orm
 

Methods in org.eclipse.jpt.jpa.core.context.orm with parameters of type JavaResourceAnnotatedElement.AstNodeType
 JavaResourceAbstractType EntityMappings.resolveJavaResourceType(String className, JavaResourceAnnotatedElement.AstNodeType astNodeType)
          Return the Java resource type for the specified class name and astNodeType found in the JPA project.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.