to.etc.iocular.def
Class ComponentRef
java.lang.Object
to.etc.iocular.def.ComponentRef
public final class ComponentRef
- extends java.lang.Object
A reference to some component in a given container.
- Author:
- jal
Created on Apr 9, 2007
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
getDefinition
public ComponentDef getDefinition()
isSelf
public boolean isSelf()
getContainerIndex
public int getContainerIndex()
dump
public void dump(IndentWriter iw)
throws java.io.IOException
- Throws:
java.io.IOException
getBuildPlan
public BuildPlan getBuildPlan()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object