|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface ReadOnlyNamedColumn
Read-only
| Nested Class Summary | |
|---|---|
static interface |
ReadOnlyNamedColumn.Owner
Interface allowing columns to be used in multiple places (e.g. basic mappings and attribute overrides). |
| Nested classes/interfaces inherited from interface org.eclipse.jpt.common.core.JptResourceTypeReference |
|---|
JptResourceTypeReference.ResourceTypeTransformer |
| Field Summary | |
|---|---|
static String |
COLUMN_DEFINITION_PROPERTY
|
static String |
DB_TABLE_PROPERTY
|
static String |
DEFAULT_NAME_PROPERTY
|
static String |
SPECIFIED_NAME_PROPERTY
|
| Fields inherited from interface org.eclipse.jpt.common.core.JptResourceTypeReference |
|---|
RESOURCE_TYPE_TRANSFORMER |
| Method Summary | |
|---|---|
String |
getColumnDefinition()
|
Table |
getDbTable()
Return the column's datasource table. |
String |
getDefaultName()
|
String |
getName()
Return the specified name if present, otherwise return the default name. |
TextRange |
getNameValidationTextRange()
Return the (best guess) text location of the column's name. |
String |
getSpecifiedName()
|
String |
getTableName()
Return the name of the column's table. |
boolean |
isResolved()
Return whether the column is found on the datasource. |
boolean |
isVirtual()
Return whether the column has a textual representation in its underlying resource. |
| Methods inherited from interface org.eclipse.jpt.jpa.core.context.JpaContextNode |
|---|
getCompletionProposals, getContextDefaultDbCatalog, getContextDefaultDbSchema, getContextDefaultDbSchemaContainer, getMappingFileRoot, getParent, getPersistenceUnit, getValidationTextRange, synchronizeWithResourceModel, update, validate |
| Methods inherited from interface org.eclipse.jpt.jpa.core.JpaNode |
|---|
getJpaPlatform, getJpaProject, getJpaProjectManager, getResource, stateChanged |
| Methods inherited from interface org.eclipse.jpt.common.utility.model.Model |
|---|
addChangeListener, addCollectionChangeListener, addListChangeListener, addPropertyChangeListener, addStateChangeListener, removeChangeListener, removeCollectionChangeListener, removeListChangeListener, removePropertyChangeListener, removeStateChangeListener |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Methods inherited from interface org.eclipse.jpt.common.core.JptResourceTypeReference |
|---|
getResourceType |
| Field Detail |
|---|
static final String SPECIFIED_NAME_PROPERTY
static final String DEFAULT_NAME_PROPERTY
static final String COLUMN_DEFINITION_PROPERTY
static final String DB_TABLE_PROPERTY
| Method Detail |
|---|
String getName()
String getSpecifiedName()
String getDefaultName()
TextRange getNameValidationTextRange()
String getTableName()
String getColumnDefinition()
Table getDbTable()
boolean isResolved()
boolean isVirtual()
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||