org.eclipse.jpt.core.context
Interface DiscriminatorColumn

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, JpaContextNode, JpaNode, Model, NamedColumn
All Known Subinterfaces:
JavaDiscriminatorColumn, OrmDiscriminatorColumn

public interface DiscriminatorColumn
extends NamedColumn

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.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.jpt.core.context.NamedColumn
NamedColumn.Owner
 
Field Summary
static DiscriminatorType DEFAULT_DISCRIMINATOR_TYPE
           
static java.lang.String DEFAULT_DISCRIMINATOR_TYPE_PROPERTY
           
static java.lang.Integer DEFAULT_LENGTH
           
static java.lang.String DEFAULT_LENGTH_PROPERTY
           
static java.lang.String DEFAULT_NAME
           
static java.lang.String SPECIFIED_DISCRIMINATOR_TYPE_PROPERTY
           
static java.lang.String SPECIFIED_LENGTH_PROPERTY
           
 
Fields inherited from interface org.eclipse.jpt.core.context.NamedColumn
COLUMN_DEFINITION_PROPERTY, DEFAULT_NAME_PROPERTY, SPECIFIED_NAME_PROPERTY
 
Method Summary
 DiscriminatorType getDefaultDiscriminatorType()
           
 java.lang.Integer getDefaultLength()
           
 DiscriminatorType getDiscriminatorType()
           
 java.lang.Integer getLength()
           
 DiscriminatorType getSpecifiedDiscriminatorType()
           
 java.lang.Integer getSpecifiedLength()
           
 void setSpecifiedDiscriminatorType(DiscriminatorType newSpecifiedDiscriminatorType)
           
 void setSpecifiedLength(java.lang.Integer value)
           
 
Methods inherited from interface org.eclipse.jpt.core.context.NamedColumn
getColumnDefinition, getDbColumn, getDbTable, getDefaultName, getName, getOwner, getSpecifiedName, isResolved, setColumnDefinition, setSpecifiedName
 
Methods inherited from interface org.eclipse.jpt.core.context.JpaContextNode
getEntityMappings, getOrmPersistentType, getPersistenceUnit
 
Methods inherited from interface org.eclipse.jpt.core.JpaNode
getJpaProject, getParent, getResource
 
Methods inherited from interface org.eclipse.jpt.utility.model.Model
addCollectionChangeListener, addCollectionChangeListener, addListChangeListener, addListChangeListener, addPropertyChangeListener, addPropertyChangeListener, addStateChangeListener, addTreeChangeListener, addTreeChangeListener, removeCollectionChangeListener, removeCollectionChangeListener, removeListChangeListener, removeListChangeListener, removePropertyChangeListener, removePropertyChangeListener, removeStateChangeListener, removeTreeChangeListener, removeTreeChangeListener
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Field Detail

DEFAULT_NAME

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

DEFAULT_DISCRIMINATOR_TYPE_PROPERTY

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

DEFAULT_DISCRIMINATOR_TYPE

static final DiscriminatorType DEFAULT_DISCRIMINATOR_TYPE

SPECIFIED_DISCRIMINATOR_TYPE_PROPERTY

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

DEFAULT_LENGTH

static final java.lang.Integer DEFAULT_LENGTH

DEFAULT_LENGTH_PROPERTY

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

SPECIFIED_LENGTH_PROPERTY

static final java.lang.String SPECIFIED_LENGTH_PROPERTY
See Also:
Constant Field Values
Method Detail

getDiscriminatorType

DiscriminatorType getDiscriminatorType()

getDefaultDiscriminatorType

DiscriminatorType getDefaultDiscriminatorType()

getSpecifiedDiscriminatorType

DiscriminatorType getSpecifiedDiscriminatorType()

setSpecifiedDiscriminatorType

void setSpecifiedDiscriminatorType(DiscriminatorType newSpecifiedDiscriminatorType)

getLength

java.lang.Integer getLength()

getDefaultLength

java.lang.Integer getDefaultLength()

getSpecifiedLength

java.lang.Integer getSpecifiedLength()

setSpecifiedLength

void setSpecifiedLength(java.lang.Integer value)