ix.icore.domain
Class VariableDeclaration

java.lang.Object
  extended by ix.icore.AbstractAnnotatedObject
      extended by ix.icore.AbstractIXObject
          extended by ix.icore.domain.VariableDeclaration
All Implemented Interfaces:
Annotated, IXObject, java.io.Serializable

public class VariableDeclaration
extends AbstractIXObject

See Also:
Serialized Form

Field Summary
protected  ItemVar name
           
 
Fields inherited from class ix.icore.AbstractAnnotatedObject
annotationListeners, annotations
 
Constructor Summary
VariableDeclaration()
           
VariableDeclaration(ItemVar name)
           
 
Method Summary
 ItemVar getName()
           
 void setName(ItemVar name)
           
 
Methods inherited from class ix.icore.AbstractAnnotatedObject
addAnnotationListener, annMap, clearAnnotations, fireSetAnnotation, getAnnotation, getAnnotations, getComments, makeAnnMap, removeAnnotation, setAnnotation, setAnnotations, setComments, takeAnnotations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ix.icore.Annotated
addAnnotationListener, clearAnnotations, fireSetAnnotation, getAnnotation, getAnnotations, removeAnnotation, setAnnotation, setAnnotations, takeAnnotations
 

Field Detail

name

protected ItemVar name
Constructor Detail

VariableDeclaration

public VariableDeclaration()

VariableDeclaration

public VariableDeclaration(ItemVar name)
Method Detail

getName

public ItemVar getName()

setName

public void setName(ItemVar name)