org.eclipse.jpt.jpa.core
Class JpaFacet

java.lang.Object
  extended by org.eclipse.jpt.jpa.core.JpaFacet

public final class JpaFacet
extends java.lang.Object

Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.

Since:
3.0
Version:
3.0

Field Summary
static org.eclipse.wst.common.project.facet.core.IProjectFacet FACET
           
static java.lang.String ID
           
static org.eclipse.wst.common.project.facet.core.IProjectFacetVersion VERSION_1_0
           
static org.eclipse.wst.common.project.facet.core.IProjectFacetVersion VERSION_2_0
           
 
Method Summary
static boolean isInstalled(org.eclipse.core.resources.IProject project)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final java.lang.String ID
See Also:
Constant Field Values

FACET

public static final org.eclipse.wst.common.project.facet.core.IProjectFacet FACET

VERSION_1_0

public static final org.eclipse.wst.common.project.facet.core.IProjectFacetVersion VERSION_1_0

VERSION_2_0

public static final org.eclipse.wst.common.project.facet.core.IProjectFacetVersion VERSION_2_0
Method Detail

isInstalled

public static boolean isInstalled(org.eclipse.core.resources.IProject project)