|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.change_vision.jude.api.inf.model.IEREntity
Interface for EREntity.
Method Summary | |
abstract IERRelationship[] |
getChildrenRelationships()
Get child relationships. |
abstract IERSubtypeRelationship[] |
getChildrenSubtypeRelationships()
Get child subtype relationships. |
abstract IERAttribute[] |
getForeignKeys()
Get foreign keys. |
abstract String |
getLogicalName()
Get Logical Name. |
abstract IERAttribute[] |
getNonPrimaryKeys()
Get non primary key. |
abstract IERRelationship[] |
getParentRelationships()
Get parent relationships. |
abstract IERSubtypeRelationship[] |
getParentSubtypeRelationships()
Get parent subtype relationships. |
abstract String |
getPhysicalName()
Get Physical Name. |
abstract IERAttribute[] |
getPrimaryKeys()
Get primary keys. |
abstract String |
getType()
Get Type. |
Methods inherited from class com.change_vision.jude.api.inf.model.INamedElement |
getClientDependencies, getConstraints, getDefinition, getDiagrams, getName, getSupplierDependencies, isPackageVisibility, isPrivateVisibility, isProtectedVisibility, isPublicVisibility |
Methods inherited from class com.change_vision.jude.api.inf.model.IElement |
getComments, getId, getOwner, getStereotypes, getTaggedValues |
Method Detail |
public abstract String getLogicalName()
public abstract String getPhysicalName()
public abstract String getType()
public abstract IERAttribute[] getPrimaryKeys()
public abstract IERAttribute[] getForeignKeys()
public abstract IERAttribute[] getNonPrimaryKeys()
public abstract IERRelationship[] getChildrenRelationships()
public abstract IERRelationship[] getParentRelationships()
public abstract IERSubtypeRelationship[] getChildrenSubtypeRelationships()
public abstract IERSubtypeRelationship[] getParentSubtypeRelationships()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |