|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.bonevich.erj.model.ModelElement
|
+--com.bonevich.erj.model.KeyConstraint
|
+--com.bonevich.erj.model.UniqueKey
|
+--com.bonevich.erj.model.PrimaryKey
A class that represents ...
Relation| Field Summary | |
static java.lang.String |
NEW_PRIMARYKEY_STR
|
| Fields inherited from class com.bonevich.erj.model.UniqueKey |
NEW_UNIQUEKEY_STR |
| Fields inherited from class com.bonevich.erj.model.KeyConstraint |
_attributes, _relation, EMPTY_STR |
| Fields inherited from class com.bonevich.erj.model.ModelElement |
_description, _dyn_description, _dyn_identifier, _dyn_name, _identifier, _name |
| Fields inherited from interface com.bonevich.erj.ErjConstants |
EDITOR_COLOR, EDITOR_FONT, ICON_AK, ICON_DOMAIN, ICON_FK, ICON_FOREIGNKEY, ICON_NOTNULL, ICON_NULL, ICON_PK, ICON_RELATION, ICON_SCHEMA, ICON_SPLASH, INITIAL_FRAME_SIZE, LABEL_COLOR, LABEL_FILL, LABEL_FONT, LABEL_FONT_ITALIC, LABEL_FONT_SIZE, LABEL_FONTMETRICS, STATUSBAR_COLOR, STATUSBAR_FONT, STATUSBAR_FONT_ITALIC, STATUSBAR_MOD_FILL, SUBLABEL_FILL |
| Constructor Summary | |
PrimaryKey(Relation relation,
Attribute[] attributes)
|
|
| Method Summary | |
void |
accept(KeyVisitor visitor)
|
| Methods inherited from class com.bonevich.erj.model.KeyConstraint |
accept, addAttribute, dispose, equals, getAttributeIterator, getRelation |
| Methods inherited from class com.bonevich.erj.model.ModelElement |
getDescription, getIdentifier, getName, getOclReferenceId, isNameInitialized, setDescription, setIdentifier, setName, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.String NEW_PRIMARYKEY_STR
| Constructor Detail |
public PrimaryKey(Relation relation,
Attribute[] attributes)
| Method Detail |
public void accept(KeyVisitor visitor)
accept in class UniqueKey
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||