|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.change_vision.jude.api.inf.model.IEREntity
public IEREntity
Interface for EREntity.
| Field Summary |
|---|
| Fields inherited from class com.change_vision.jude.api.inf.model.INamedElement |
|---|
PACKAGE_VISIBILITY, PRIVATE_VISIBILITY, PROTECTED_VISIBILITY, PUBLIC_VISIBILITY |
| Method Summary | |
|---|---|
abstract IERRelationship[] |
getChildrenRelationships()
Get child relationships. |
abstract IERSubtypeRelationship[] |
getChildrenSubtypeRelationships()
Get child subtype relationships. |
abstract IERIndex[] |
getERIndices()
Get ERIndices. |
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. |
abstract void |
setLogicalName(String name)
Set logical name to ER Entity. |
abstract void |
setPhysicalName(String name)
Set physical name to ER Entity. |
abstract void |
setType(String type)
Set type to ER Entity. |
| Methods inherited from class com.change_vision.jude.api.inf.model.INamedElement |
|---|
getAlias1, getAlias2, getClientDependencies, getClientRealizations, getClientUsages, getConstraints, getDefinition, getDiagrams, getFullName, getFullNamespace, getName, getSupplierDependencies, getSupplierRealizations, getSupplierUsages, isPackageVisibility, isPrivateVisibility, isProtectedVisibility, isPublicVisibility, setAlias1, setAlias2, setDefinition, setName, setVisibility |
| Methods inherited from class com.change_vision.jude.api.inf.model.IElement |
|---|
addStereotype, getComments, getContainer, getContainers, getId, getOwner, getPresentations, getStereotypes, getTaggedValues, getTypeModifier, hasStereotype, hasStereotype, isReadOnly, removeStereotype, setTypeModifier |
| Methods inherited from class com.change_vision.jude.api.inf.model.IHyperlinkOwner |
|---|
createElementHyperlink, createFileHyperlink, createURLHyperlink, deleteHyperlink, getHyperlinks |
| Method Detail |
|---|
abstract String getLogicalName()
abstract String getPhysicalName()
abstract String getType()
abstract IERAttribute[] getPrimaryKeys()
abstract IERAttribute[] getForeignKeys()
abstract IERAttribute[] getNonPrimaryKeys()
abstract IERIndex[] getERIndices()
abstract IERRelationship[] getChildrenRelationships()
abstract IERRelationship[] getParentRelationships()
abstract IERSubtypeRelationship[] getChildrenSubtypeRelationships()
abstract IERSubtypeRelationship[] getParentSubtypeRelationships()
abstract void setLogicalName(String name)
name - Logical Name for ER Entity, should NOT be null
InvalidEditingException - InvalidEditingException occurs.
Keys:
ILLEGAL_VERSION_ERROR_KEY - if Editing API is used in astah* community.
PARAMETER_ERROR_KEY - if a parameter is not set properly.
NAME_DOUBLE_ERROR_KEY - An element with the same name already exists.
NO_NAME_ERROR_KEY - if the name is empty.
BAD_TRANSACTION_KEY - Bad Transaction.
HAS_EXCEPTION_KEY - if an exception has occurred.
READ_ONLY_KEY - if a read-only element is edited.
Values:
Error messages for exceptions.abstract void setPhysicalName(String name)
name - Physical Name for ER Entity
InvalidEditingException - InvalidEditingException occurs.
Keys:
ILLEGAL_VERSION_ERROR_KEY - if Editing API is used in astah* community.
PARAMETER_ERROR_KEY - if a parameter is not set properly.
NAME_DOUBLE_ERROR_KEY - An element with the same name already exists.
BAD_TRANSACTION_KEY - Bad Transaction.
HAS_EXCEPTION_KEY - if an exception has occurred.
READ_ONLY_KEY - if a read-only element is edited.
Values:
Error messages for exceptions.abstract void setType(String type)
type - Type for ER Entity, it should be "Event", "Resource","Summary" or "", should NOT be null
InvalidEditingException - InvalidEditingException occurs.
Keys:
ILLEGAL_VERSION_ERROR_KEY - if Editing API is used in astah* community.
PARAMETER_ERROR_KEY - if a parameter is not set properly.
BAD_TRANSACTION_KEY - Bad Transaction.
HAS_EXCEPTION_KEY - if an exception has occurred.
READ_ONLY_KEY - if a read-only element is edited.
Values:
Error messages for exceptions.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||