|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.sandia.ccaffeine.dc.user_iface.MVC.CcaPort
public class CcaPort
Field Summary | |
---|---|
java.lang.String |
className
|
java.lang.String |
instanceName
|
Constructor Summary | |
---|---|
CcaPort(java.lang.String xmlPort)
Parse the xml contents of a port. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String className
public java.lang.String instanceName
Constructor Detail |
---|
public CcaPort(java.lang.String xmlPort)
The XML code will contains something like this:
<port>
<instanceName>x1</instanceName>
<className>x2</className>
</port>
xmlPort
- the XML code that contains one port
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |