Uses of Interface
org.eclipse.jpt.jaxb.core.context.JaxbType

Packages that use JaxbType
org.eclipse.jpt.jaxb.core.context   
 

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

Subinterfaces of JaxbType in org.eclipse.jpt.jaxb.core.context
 interface JaxbClass
          Represents a JAXB class.
 interface JaxbPersistentClass
          Represents a JAXB persistent class.
 interface JaxbPersistentEnum
          Represents a JAXB persistent enum.
 interface JaxbPersistentType
          Represents a JAXB persistent type (class or enum).
 interface JaxbRegistry
          Represents a JAXB registry (A class with an explicit @XmlRegistry annotation)
 interface JaxbTransientClass
          Represents a transient JAXB type (A class with an explicit @XmlTransient annotation)
 

Methods in org.eclipse.jpt.jaxb.core.context that return JaxbType
 JaxbType JaxbContextRoot.getType(java.lang.String typeName)
          Return the type with the given name
 

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