|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AccessHolder
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.
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_ACCESS_PROPERTY
String constant associated with changes to the default access type |
static java.lang.String |
SPECIFIED_ACCESS_PROPERTY
String constant associated with changes to the specified access type |
| Method Summary | |
|---|---|
AccessType |
getAccess()
Return the access type, whether specified or defaulted. |
AccessType |
getDefaultAccess()
Return the default access type, never null |
AccessType |
getSpecifiedAccess()
Return the specified access type; |
void |
setSpecifiedAccess(AccessType newSpecifiedAccess)
Set the specified access type. |
| Methods inherited from interface org.eclipse.jpt.core.context.JpaContextNode |
|---|
getContextDefaultDbCatalog, getContextDefaultDbSchema, getContextDefaultDbSchemaContainer, getMappingFileRoot, getPersistenceUnit, postUpdate |
| Methods inherited from interface org.eclipse.jpt.core.JpaNode |
|---|
getJpaProject, getParent |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Methods inherited from interface org.eclipse.jpt.core.IResourcePart |
|---|
getResource |
| Field Detail |
|---|
static final java.lang.String DEFAULT_ACCESS_PROPERTY
static final java.lang.String SPECIFIED_ACCESS_PROPERTY
| Method Detail |
|---|
AccessType getAccess()
AccessType getDefaultAccess()
AccessType getSpecifiedAccess()
void setSpecifiedAccess(AccessType newSpecifiedAccess)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||