xml
Class ComponentRecord
java.lang.Object
|
+--xml.ComponentRecord
- public class ComponentRecord
- extends java.lang.Object
- implements XMLDebugFlags, ComponentsConstants
Constructor Summary |
ComponentRecord(java.lang.String _component_name,
java.lang.String _image_fileName,
java.lang.String _cmpDefFileName,
java.lang.String _cmpDefFilePath,
java.lang.String _cmpDefFileUrl)
|
Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
component_name
java.lang.String component_name
image_fileName
java.lang.String image_fileName
cmpDefFileName
java.lang.String cmpDefFileName
cmpDefFilePath
java.lang.String cmpDefFilePath
cmpDefFileUrl
java.lang.String cmpDefFileUrl
ComponentRecord
public ComponentRecord(java.lang.String _component_name,
java.lang.String _image_fileName,
java.lang.String _cmpDefFileName,
java.lang.String _cmpDefFilePath,
java.lang.String _cmpDefFileUrl)
getComponentName
public final java.lang.String getComponentName()
getImageFileName
public final java.lang.String getImageFileName()
getDefFileName
public final java.lang.String getDefFileName()
getDefFilePath
public final java.lang.String getDefFilePath()
getDefFileUrl
public final java.lang.String getDefFileUrl()
print
public void print(java.io.PrintStream o)