to.etc.iocular.def
Class ComponentRef

java.lang.Object
  extended by 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

Method Summary
 void dump(IndentWriter iw)
           
 BuildPlan getBuildPlan()
           
 int getContainerIndex()
           
 ComponentDef getDefinition()
           
 boolean isSelf()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

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