|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.change_vision.jude.api.inf.model.IERSubtypeRelationship
Interface for ERSubtypeRelationship.
Method Summary | |
abstract IEREntity |
getChild()
Get Child Entity. |
abstract IERAttribute |
getDiscriminatorAttribute()
Get Identifier Attribute. |
abstract IERAttribute[] |
getForeignKeys()
Get foreign keys. |
abstract String |
getLogicalName()
Get Logical Name. |
abstract IEREntity |
getParent()
Get Parent Entity. |
abstract String |
getPhysicalName()
Get Physical Name. |
abstract boolean |
isConclusive()
Check if the relationship is Conclusive. |
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 IERAttribute getDiscriminatorAttribute()
public abstract boolean isConclusive()
public abstract IEREntity getParent()
public abstract IEREntity getChild()
public abstract IERAttribute[] getForeignKeys()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |