ix.icore.domain
Class VariableDeclaration

java.lang.Object
  |
  +--ix.icore.AbstractIXObject
        |
        +--ix.icore.domain.VariableDeclaration
All Implemented Interfaces:
Annotated, IXObject

public class VariableDeclaration
extends AbstractIXObject


Field Summary
protected  ItemVar name
           
 
Fields inherited from class ix.icore.AbstractIXObject
annotations
 
Constructor Summary
VariableDeclaration()
           
VariableDeclaration(ItemVar name)
           
 
Method Summary
 ItemVar getName()
           
 void setName(ItemVar name)
           
 
Methods inherited from class ix.icore.AbstractIXObject
getAnnotation, getAnnotations, getComments, setAnnotation, setAnnotations, setComments
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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)