|
||||||||||
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.
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, getConstraints, getDefinition, getDiagrams, getName, getSupplierDependencies, isPackageVisibility, isPrivateVisibility, isProtectedVisibility, isPublicVisibility, setAlias1, setAlias2, setDefinition, setName, setVisibility |
Methods inherited from class com.change_vision.jude.api.inf.model.IElement |
addStereotype, getComments, getId, getOwner, getStereotypes, getTaggedValues, getTypeModifier, isReadOnly, removeStereotype, setTypeModifier |
Methods inherited from class com.change_vision.jude.api.inf.model.IHyperlinkOwner |
createElementHyperlink, createFileHyperlink, createURLHyperlink, deleteHyperlink, getHyperlinks |
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 IERIndex[] getERIndices()
public abstract IERRelationship[] getChildrenRelationships()
public abstract IERRelationship[] getParentRelationships()
public abstract IERSubtypeRelationship[] getChildrenSubtypeRelationships()
public abstract IERSubtypeRelationship[] getParentSubtypeRelationships()
public 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 JUDE/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.
Values: Error messages for exceptions.
public 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 JUDE/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.
Values: Error messages for exceptions.
public 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 JUDE/Community. PARAMETER_ERROR_KEY - if a parameter is not set properly. BAD_TRANSACTION_KEY - Bad Transaction. HAS_EXCEPTION_KEY - if an exception has occurred.
Values: Error messages for exceptions.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |