Dali Provisional API
Release 3.2

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

Packages that use XmlRegistry
org.eclipse.jpt.jaxb.core   
org.eclipse.jpt.jaxb.core.context   
org.eclipse.jpt.jaxb.core.context.java   
 

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

Methods in org.eclipse.jpt.jaxb.core that return XmlRegistry
 XmlRegistry JaxbFactory.buildXmlRegistry(JavaClass parent)
           
 

Methods in org.eclipse.jpt.jaxb.core with parameters of type XmlRegistry
 JaxbElementFactoryMethod JaxbFactory.buildJavaElementFactoryMethod(XmlRegistry parent, JavaResourceMethod resourceMethod)
           
 

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

Methods in org.eclipse.jpt.jaxb.core.context that return XmlRegistry
 XmlRegistry JaxbPackage.getRegistry()
          Return the XmlRegistry for this package if there is one.
 

Methods in org.eclipse.jpt.jaxb.core.context that return types with arguments of type XmlRegistry
 Iterable<XmlRegistry> JaxbContextRoot.getXmlRegistries(JaxbPackage jaxbPackage)
          Return the set of XmlRegistry(ie)s that are in the given package
 

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

Fields in org.eclipse.jpt.jaxb.core.context.java with type parameters of type XmlRegistry
static org.eclipse.jpt.common.utility.transformer.Transformer<JavaClass,XmlRegistry> JavaClass.XML_REGISTRY_TRANSFORMER
           
 

Methods in org.eclipse.jpt.jaxb.core.context.java that return XmlRegistry
 XmlRegistry JavaClass.getXmlRegistry()
           
 XmlRegistry JavaClass.XmlRegistryTransformer.transform(JavaClass javaClass)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.