|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IReference
Defines a reference many-to-one relationship between two entities as specified by the Entity-Relationship Modeling standards
The referencing entity is called the "From" entity
The referenced entity is called the "To" entity
Field Summary | |
---|---|
static String |
REFERENCE_PREFIX
|
Fields inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed |
---|
SEP |
Method Summary | |
---|---|
IForeignAttribute |
getForeignAttribute()
|
IEntity |
getFromEntity()
|
String |
getFromRoleName()
|
IModel |
getModel()
Deprecated. |
String |
getName()
|
String |
getPhysicalName()
|
IEntity |
getToEntity()
|
String |
getToRoleName()
|
ValidationScope |
getValidationScope()
|
boolean |
isFromNavigable()
Indicates whether this participant association end is navigable from the one side to the many side. |
boolean |
isMandatory()
|
boolean |
isToNavigable()
Indicates whether this participant association end is navigable from the many side to the one side. |
Methods inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed |
---|
getPrefixedUniqueName, getUniqueName |
Field Detail |
---|
static final String REFERENCE_PREFIX
Method Detail |
---|
IModel getModel()
String getName()
IEntity getFromEntity()
String getFromRoleName()
IEntity getToEntity()
String getToRoleName()
boolean isMandatory()
IForeignAttribute getForeignAttribute()
ValidationScope getValidationScope()
String getPhysicalName()
boolean isToNavigable()
Indicates whether this participant association end is navigable from the many side to the one side. By default, it is.
boolean isFromNavigable()
Indicates whether this participant association end is navigable from the one side to the many side. By default, it is.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |