org.cumt.model.classes
Class Parameter

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.classes.Parameter
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class Parameter
extends ModelObject

Author:
Carlos Descalzi
See Also:
Serialized Form

Field Summary
static java.lang.String TYPE
           
 
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
Parameter()
           
 
Method Summary
 java.lang.Object clone()
           
 Type getType()
           
 void setType(Type type)
           
 
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

TYPE

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

Parameter

public Parameter()
Method Detail

getType

public Type getType()

setType

public void setType(Type type)

clone

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


Copyright © 2006 null. All Rights Reserved.