Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.jaxb.core.context.java.JavaType

Packages that use JavaType
org.eclipse.jpt.jaxb.core.context   
org.eclipse.jpt.jaxb.core.context.java   
org.eclipse.jpt.jaxb.eclipselink.core.context.oxm   
 

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

Methods in org.eclipse.jpt.jaxb.core.context that return JavaType
 JavaType JaxbContextRoot.getJavaType(String typeName)
          Return the java type with the given (fully qualified) name
 

Methods in org.eclipse.jpt.jaxb.core.context that return types with arguments of type JavaType
 Iterable<JavaType> JaxbContextRoot.getJavaTypes()
          Return the set of all java types within this context root.
 Iterable<JavaType> JaxbContextRoot.getJavaTypes(JaxbPackage jaxbPackage)
          Return the set of java types that are in the given package
 

Uses of JavaType in org.eclipse.jpt.jaxb.core.context.java
 

Subinterfaces of JavaType in org.eclipse.jpt.jaxb.core.context.java
 interface JavaClass
          Represents a java class with JAXB metadata (specified or implied).
 interface JavaEnum
          Represents a java enum with JAXB metadata (specified or implied).
 

Methods in org.eclipse.jpt.jaxb.core.context.java that return JavaType
 JavaType JavaTypeMapping.getJavaType()
           
 

Methods in org.eclipse.jpt.jaxb.core.context.java with parameters of type JavaType
 boolean JavaType.IsKind.evaluate(JavaType type)
           
 

Uses of JavaType in org.eclipse.jpt.jaxb.eclipselink.core.context.oxm
 

Methods in org.eclipse.jpt.jaxb.eclipselink.core.context.oxm that return JavaType
 JavaType OxmTypeMapping.getJavaType()
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.