public interface IORMAttributeDetail extends IModelElement
Modifier and Type | Field and Description |
---|---|
static int |
PERSISTABLE_NO |
static int |
PERSISTABLE_UNSPECIFIED |
static int |
PERSISTABLE_YES |
static java.lang.String |
PROP_COLUMN_MODEL |
static java.lang.String |
PROP_COMPOSITE_ASSOCIATION_DB_COLUMNS |
static java.lang.String |
PROP_COMPOSITE_DB_TABLE_DB_COLUMNS |
static java.lang.String |
PROP_FORMULA |
static java.lang.String |
PROP_GETTER_CODE |
static java.lang.String |
PROP_LAZY |
static java.lang.String |
PROP_ORM_TYPE_DEF |
static java.lang.String |
PROP_PERSISTABLE |
static java.lang.String |
PROP_SETTER_CODE |
MODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_DOCUMENTATION, PROP_NAME, PROP_QUALITY_REASON, PROP_QUALITY_SCORE
addChild, addPropertyChangeListener, addStereotype, addStereotype, addSubDiagram, canModify, childCount, childCount, childCount, childIterator, childIterator, childIterator, constraintsIterator, createChild, delete, disposeTransientModel, duplicate, fromChartRelationshipCount, fromChartRelationshipIterator, fromRelationshipCount, fromRelationshipEndCount, fromRelationshipEndIterator, fromRelationshipIterator, getAddress, getChildById, getChildByIndex, getChildByIndex, getChildByName, getChildByName, getDescription, getDescriptionWithReferenceModels, getDiagramElements, getDisplayQualityScore, getDocumentation, getDocumentationWithReferenceModels, getHTMLDescription, getHTMLDescription, getHTMLDescriptionWithReferenceModels, getHTMLDescriptionWithReferenceModels, getHTMLDocumentation, getHTMLDocumentation, getHTMLDocumentationWithReferenceModels, getHTMLDocumentationWithReferenceModels, getId, getMasterView, getMirrorSource, getModelPropertyByName, getModelQualityDetails, getModelType, getName, getNickDescription, getNickDescriptionWithReferenceModels, getNickDocumentation, getNickDocumentationWithReferenceModels, getNickHTMLDescription, getNickHTMLDescription, getNickHTMLDescriptionWithReferenceModels, getNickHTMLDescriptionWithReferenceModels, getNickHTMLDocumentation, getNickHTMLDocumentation, getNickHTMLDocumentationWithReferenceModels, getNickHTMLDocumentationWithReferenceModels, getNickname, getNickPropertyValue, getParent, getProject, getQualityReason, getQualityScore, getReferencedBys, getReferencingModels, getSubDiagramAt, getTaggedValues, hasStereotype, indexOfSubDiagram, isMirrorModelElement, isTransientModel, removeChild, removeChildByIndex, removePropertyChangeListener, removeStereotype, removeStereotype, removeSubDiagram, setDescription, setDocumentation, setHTMLDescription, setHTMLDocumentation, setName, setNickDescription, setNickDocumentation, setNickHTMLDescription, setNickHTMLDocumentation, setNickname, setTaggedValues, stereotypeCount, stereotypeModelIterator, subDiagramCount, subDiagramIterator, toChartRelationshipCount, toChartRelationshipIterator, toChildArray, toChildArray, toChildArray, toFromChartRelationshipArray, toFromRelationshipArray, toFromRelationshipEndArray, toModelPropertyArray, toPropertiesString, toRelationshipCount, toRelationshipEndCount, toRelationshipEndIterator, toRelationshipIterator, toStereotypeModelArray, toSubDiagramArray, toToChartRelationshipArray, toToRelationshipArray, toToRelationshipEndArray
static final java.lang.String PROP_ORM_TYPE_DEF
static final java.lang.String PROP_LAZY
static final java.lang.String PROP_PERSISTABLE
static final int PERSISTABLE_UNSPECIFIED
static final int PERSISTABLE_YES
static final int PERSISTABLE_NO
static final java.lang.String PROP_COLUMN_MODEL
static final java.lang.String PROP_COMPOSITE_ASSOCIATION_DB_COLUMNS
static final java.lang.String PROP_COMPOSITE_DB_TABLE_DB_COLUMNS
static final java.lang.String PROP_FORMULA
static final java.lang.String PROP_GETTER_CODE
static final java.lang.String PROP_SETTER_CODE
void setOrmTypeDef(IORMTypeDef ormTypeDef)
IORMTypeDef getOrmTypeDef()
void setLazy(boolean lazy)
boolean isLazy()
void setPersistable(int persistable)
int getPersistable()
void setColumnModel(IDBColumn columnModel)
IDBColumn getColumnModel()
void addCompositeAssociationDBColumn(ICompositeAssociationDBColumn compositeAssociationDBColumn)
void removeCompositeAssociationDBColumn(ICompositeAssociationDBColumn compositeAssociationDBColumn)
ICompositeAssociationDBColumn getCompositeAssociationDBColumnByIndex(int index)
void removeCompositeAssociationDBColumnByIndex(int index)
int compositeAssociationDBColumnCount()
java.util.Iterator compositeAssociationDBColumnIterator()
ICompositeAssociationDBColumn
.ICompositeAssociationDBColumn[] toCompositeAssociationDBColumnArray()
void addCompositeDBTableDBColumn(ICompositeDBTableDBColumn compositeDBTableDBColumn)
void removeCompositeDBTableDBColumn(ICompositeDBTableDBColumn compositeDBTableDBColumn)
ICompositeDBTableDBColumn getCompositeDBTableDBColumnByIndex(int index)
void removeCompositeDBTableDBColumnByIndex(int index)
int compositeDBTableDBColumnCount()
java.util.Iterator compositeDBTableDBColumnIterator()
ICompositeDBTableDBColumn
.ICompositeDBTableDBColumn[] toCompositeDBTableDBColumnArray()
void setFormula(java.lang.String formula)
java.lang.String getFormula()
void setGetterCode(java.lang.String getterCode)
java.lang.String getGetterCode()
void setSetterCode(java.lang.String setterCode)
java.lang.String getSetterCode()