org.cumt.model.classes
Class Annotation

java.lang.Object
  extended by org.cumt.model.IdentifiedObject
      extended by org.cumt.model.PropertyAwareObject
          extended by org.cumt.model.BaseModelNode
              extended by org.cumt.model.ModelObject
                  extended by org.cumt.model.RelationableModelObject
                      extended by org.cumt.model.types.Type
                          extended by org.cumt.model.classes.Annotation
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class Annotation
extends Type

See Also:
Serialized Form

Field Summary
static java.lang.String FIELDS
           
 
Fields inherited from class org.cumt.model.ModelObject
STEREOTYPE
 
Fields inherited from class org.cumt.model.BaseModelNode
ATTRIBUTES, DESCRIPTION, IGNORED_ON_GENERATION, NAME
 
Constructor Summary
Annotation()
           
 
Method Summary
 void addField(Field field)
           
 java.lang.Object clone()
           
 java.util.List<Field> getFields()
           
 void removeField(Field field)
           
 void setFields(java.util.List<Field> attributes)
           
 
Methods inherited from class org.cumt.model.RelationableModelObject
addRelation, containsRelation, getRelations, isRelationAllowed, removeRelation
 
Methods inherited from class org.cumt.model.ModelObject
getStereotype, setStereotype
 
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

FIELDS

public static final java.lang.String FIELDS
See Also:
Constant Field Values
Constructor Detail

Annotation

public Annotation()
Method Detail

getFields

public java.util.List<Field> getFields()

setFields

public void setFields(java.util.List<Field> attributes)

addField

public void addField(Field field)

removeField

public void removeField(Field field)

clone

public java.lang.Object clone()
Overrides:
clone in class ModelObject


Copyright © 2006 null. All Rights Reserved.