org.eclipse.jpt.jpa.core.libprov
Interface JpaLibraryProviderInstallOperationConfig

All Superinterfaces:
JptLibraryProviderInstallOperationConfig

public interface JpaLibraryProviderInstallOperationConfig
extends JptLibraryProviderInstallOperationConfig


Field Summary
static java.lang.String JPA_PLATFORM_DESCRIPTION_ENABLEMENT_EXP
          enablement expression for jpa platform description (JpaPlatformDescription)
static java.lang.String JPA_PLATFORM_ENABLEMENT_EXP
          enablement expression for jpa platform id (String)
static java.lang.String PROP_JPA_PLATFORM
          property of all jpa library provider install operation configs
 
Method Summary
 JpaPlatformDescription getJpaPlatform()
           
 void setJpaPlatform(JpaPlatformDescription jpaPlatform)
           
 
Methods inherited from interface org.eclipse.jpt.common.core.libprov.JptLibraryProviderInstallOperationConfig
getFacetedProject, getLibraryProvider, getProjectFacetVersion
 

Field Detail

JPA_PLATFORM_ENABLEMENT_EXP

static final java.lang.String JPA_PLATFORM_ENABLEMENT_EXP
enablement expression for jpa platform id (String)

See Also:
Constant Field Values

JPA_PLATFORM_DESCRIPTION_ENABLEMENT_EXP

static final java.lang.String JPA_PLATFORM_DESCRIPTION_ENABLEMENT_EXP
enablement expression for jpa platform description (JpaPlatformDescription)

See Also:
Constant Field Values

PROP_JPA_PLATFORM

static final java.lang.String PROP_JPA_PLATFORM
property of all jpa library provider install operation configs

See Also:
Constant Field Values
Method Detail

getJpaPlatform

JpaPlatformDescription getJpaPlatform()

setJpaPlatform

void setJpaPlatform(JpaPlatformDescription jpaPlatform)