|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.cumt.model.IdentifiedObject
org.cumt.model.PropertyAwareObject
org.cumt.model.BaseModelNode
org.cumt.model.ModelObject
public abstract class ModelObject
Represents an UML diagram model object
| Field Summary | |
|---|---|
static java.lang.String |
STEREOTYPE
|
| Fields inherited from class org.cumt.model.BaseModelNode |
|---|
ATTRIBUTES, DESCRIPTION, IGNORED_ON_GENERATION, NAME |
| Constructor Summary | |
|---|---|
ModelObject()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
Stereotype |
getStereotype()
|
void |
setStereotype(Stereotype stereotype)
|
| Methods inherited from class org.cumt.model.BaseModelNode |
|---|
getAttribute, getAttributeNames, getAttributes, getCreationDate, getDefaultName, getDescription, getName, getParent, isIgnoredOnGeneration, removeAttribute, setAttribute, setAttributes, setDescription, setIgnoredOnGeneration, setName, setParent, toString |
| Methods inherited from class org.cumt.model.PropertyAwareObject |
|---|
addPropertyChangeListener, firePropertyChange, removePropertyChangeListener |
| Methods inherited from class org.cumt.model.IdentifiedObject |
|---|
equals, getId, hashCode |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String STEREOTYPE
| Constructor Detail |
|---|
public ModelObject()
| Method Detail |
|---|
public Stereotype getStereotype()
stereotypepublic void setStereotype(Stereotype stereotype)
stereotypepublic java.lang.Object clone()
clone in class BaseModelNode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||