Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.common.core.ContentTypeReference

Packages that use ContentTypeReference
org.eclipse.jpt.common.core   
org.eclipse.jpt.common.core.resource.xml   
org.eclipse.jpt.jaxb.core   
org.eclipse.jpt.jpa.core   
 

Uses of ContentTypeReference in org.eclipse.jpt.common.core
 

Subinterfaces of ContentTypeReference in org.eclipse.jpt.common.core
 interface JptResourceType
          Specifies the file content type and version for Dali resources.
 

Fields in org.eclipse.jpt.common.core with type parameters of type ContentTypeReference
static org.eclipse.jpt.common.utility.transformer.Transformer<ContentTypeReference,IContentType> ContentTypeReference.TRANSFORMER
           
 

Methods in org.eclipse.jpt.common.core with parameters of type ContentTypeReference
 boolean ContentTypeReference.ContentTypeIsKindOf.evaluate(ContentTypeReference ref)
           
 boolean ContentTypeReference.ContentTypeIs.evaluate(ContentTypeReference ref)
           
 IContentType ContentTypeReference.ContentTypeTransformer.transform(ContentTypeReference ref)
           
 

Uses of ContentTypeReference in org.eclipse.jpt.common.core.resource.xml
 

Classes in org.eclipse.jpt.common.core.resource.xml that implement ContentTypeReference
 class JptXmlResource
          To retrieve the JPA XML resource corresponding to an Eclipse file: IFile file = (IFile) ResourcesPlugin.getWorkspace().getRoot().findMember("Foo.java"); JptXmlResource jpaXmlResource = (JptXmlResource) file.getAdapter(JptXmlResource.class); This is a non-blocking call; and as a result it will return null if the JPA XML resource or its JPA project is currently under construction.
 

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

Subinterfaces of ContentTypeReference in org.eclipse.jpt.jaxb.core
 interface JaxbFile
          A JAXB Project contains JAXB files for all files in the project that are relevant to the JAXB spec.
 interface JaxbResourceModelProvider
          Map a content type to a JAXB resource model.
 

Uses of ContentTypeReference in org.eclipse.jpt.jpa.core
 

Subinterfaces of ContentTypeReference in org.eclipse.jpt.jpa.core
 interface JpaFile
          A JPA Project contains JPA files for all files in the project that are relevant to the JPA spec.
 interface JpaResourceModelProvider
          Map a content type to a JPA resource model.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.