gov.sandia.ccaffeine.dc.user_iface.MVC
Class CcaComponentInstanceNames

java.lang.Object
  extended by gov.sandia.ccaffeine.dc.user_iface.MVC.CcaComponentInstanceNames

public class CcaComponentInstanceNames
extends java.lang.Object


Field Summary
 java.lang.String[] instanceNames
           
 
Constructor Summary
CcaComponentInstanceNames(java.lang.String xmlInstanceNames)
          Parse the xml contents to retrieved all <instanceName>.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

instanceNames

public java.lang.String[] instanceNames
Constructor Detail

CcaComponentInstanceNames

public CcaComponentInstanceNames(java.lang.String xmlInstanceNames)
Parse the xml contents to retrieved all <instanceName>. The parsed values are copied into the instanceNames attribute.

The XML code will contains something like this:
  <instanceNames>
    <instanceName>
      name1
    </className>
    <instanceName>
      name2
    </className>
    <instanceName>
      name3
    </className>
  </instanceNames>

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object