The component Entity defines the following properties:
Prop. | Type | Default | Comment |
---|---|---|---|
name |
string |
no default | The name is the only mandatory
arguments when instanciating a Entity. Once set, it should not be
changed |
className |
string |
value of name |
|
moduleName |
string |
value of name |
|
externalName |
string |
externalNameForInternalName(name) |
|
isAbstract |
int |
0 |
|
isReadOnly |
int |
0 |
|
properties |
sequence | [] |
Sequence of Attribute and Relationship objects |
parent |
string |
'' |
The name of its parent entity (inheritance) |
typeName |
string |
'' |
|
doc |
string |
'' |
comment |
Comments are welcome: Sebastien Bigaret / Modeling Home Page