org.cumt.model.classes
Class Field

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.Member
                      extended by org.cumt.model.classes.Field
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class Field
extends Member

Author:
Carlos Descalzi
See Also:
Serialized Form

Field Summary
static java.lang.String INITIAL_VALUE
           
 
Fields inherited from class org.cumt.model.classes.Member
MODIFIERS, SCOPE, 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
Field()
           
 
Method Summary
 java.lang.Object clone()
           
 Value getInitialValue()
           
 void setInitialValue(Value initialValue)
           
 
Methods inherited from class org.cumt.model.classes.Member
getModifiers, getScope, getType, setModifiers, setScope, setType
 
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

INITIAL_VALUE

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

Field

public Field()
Method Detail

getInitialValue

public Value getInitialValue()

setInitialValue

public void setInitialValue(Value initialValue)

clone

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


Copyright © 2006 null. All Rights Reserved.