public interface IORMAssociationDetail extends IModelElement
MODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_DOCUMENTATION, PROP_NAME, PROP_QUALITY_REASON, PROP_QUALITY_SCORE
Modifier and Type | Method and Description |
---|---|
void |
addFromOrderBy(IORMAssoOrderBy fromOrderBy) |
void |
addToOrderBy(IORMAssoOrderBy toOrderBy) |
int |
fromOrderByCount() |
java.util.Iterator |
fromOrderByIterator()
Returns an iterator over the model elements
IORMAssoOrderBy . |
int |
getCache() |
java.lang.String |
getCollectionType() |
int |
getFromLazyInitializationOptions() |
IORMAssoOrderBy |
getFromOrderByByIndex(int index) |
int |
getPersistable() |
int |
getToLazyInitializationOptions() |
IORMAssoOrderBy |
getToOrderByByIndex(int index) |
boolean |
isReadOnly() |
void |
removeFromOrderBy(IORMAssoOrderBy fromOrderBy) |
void |
removeFromOrderByByIndex(int index) |
void |
removeToOrderBy(IORMAssoOrderBy toOrderBy) |
void |
removeToOrderByByIndex(int index) |
void |
setCache(int cache) |
void |
setCollectionType(java.lang.String collectionType) |
void |
setFromLazyInitializationOptions(int fromLazyInitializationOptions) |
void |
setPersistable(int persistable) |
void |
setReadOnly(boolean readOnly) |
void |
setToLazyInitializationOptions(int toLazyInitializationOptions) |
IORMAssoOrderBy[] |
toFromOrderByArray() |
int |
toOrderByCount() |
java.util.Iterator |
toOrderByIterator()
Returns an iterator over the model elements
IORMAssoOrderBy . |
IORMAssoOrderBy[] |
toToOrderByArray() |
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 COLLECTION_TYPE_UNSPECIFIED
static final java.lang.String COLLECTION_TYPE_ARRAY
static final java.lang.String COLLECTION_TYPE_SET
static final java.lang.String COLLECTION_TYPE_BAG
static final java.lang.String COLLECTION_TYPE_LIST
static final java.lang.String COLLECTION_TYPE_MAP
static final java.lang.String PROP_READ_ONLY
static final java.lang.String PROP_FROM_LAZY_INITIALIZATION_OPTIONS
static final int FROM_LAZY_INITIALIZATION_OPTIONS_UNSPECIFIED
static final int FROM_LAZY_INITIALIZATION_OPTIONS_LAZY
static final int FROM_LAZY_INITIALIZATION_OPTIONS_EXTRA
static final int FROM_LAZY_INITIALIZATION_OPTIONS_NON_LAZY
static final int FROM_LAZY_INITIALIZATION_OPTIONS_PROXY
static final java.lang.String PROP_TO_LAZY_INITIALIZATION_OPTIONS
static final int TO_LAZY_INITIALIZATION_OPTIONS_UNSPECIFIED
static final int TO_LAZY_INITIALIZATION_OPTIONS_LAZY
static final int TO_LAZY_INITIALIZATION_OPTIONS_EXTRA
static final int TO_LAZY_INITIALIZATION_OPTIONS_NON_LAZY
static final int TO_LAZY_INITIALIZATION_OPTIONS_PROXY
static final java.lang.String PROP_CACHE
static final int CACHE_DISABLE
static final int CACHE_TRANSACTIONAL
static final int CACHE_READ_WRITE
static final int CACHE_NON_STRICT_READ_WRITE
static final int CACHE_READ_ONLY
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_COLLECTION_TYPE
static final java.lang.String PROP_FROM_ORDER_BY
static final java.lang.String PROP_TO_ORDER_BY
void setReadOnly(boolean readOnly)
boolean isReadOnly()
void setFromLazyInitializationOptions(int fromLazyInitializationOptions)
int getFromLazyInitializationOptions()
void setToLazyInitializationOptions(int toLazyInitializationOptions)
int getToLazyInitializationOptions()
void setCache(int cache)
int getCache()
void setPersistable(int persistable)
int getPersistable()
void setCollectionType(java.lang.String collectionType)
java.lang.String getCollectionType()
void addFromOrderBy(IORMAssoOrderBy fromOrderBy)
void removeFromOrderBy(IORMAssoOrderBy fromOrderBy)
IORMAssoOrderBy getFromOrderByByIndex(int index)
void removeFromOrderByByIndex(int index)
int fromOrderByCount()
java.util.Iterator fromOrderByIterator()
IORMAssoOrderBy
.IORMAssoOrderBy[] toFromOrderByArray()
void addToOrderBy(IORMAssoOrderBy toOrderBy)
void removeToOrderBy(IORMAssoOrderBy toOrderBy)
IORMAssoOrderBy getToOrderByByIndex(int index)
void removeToOrderByByIndex(int index)
int toOrderByCount()
java.util.Iterator toOrderByIterator()
IORMAssoOrderBy
.IORMAssoOrderBy[] toToOrderByArray()