org.lsst.ccs.config
Class TextAndNode
java.lang.Object
org.lsst.ccs.config.TextAndNode
- All Implemented Interfaces:
- Serializable
public class TextAndNode
- extends Object
- implements Serializable
Object to store both a text source for a Subsystem description and the binary data extracted
from it (type ComponentNode)
- Author:
- bamade
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextAndNode
public TextAndNode(String codeSource,
org.lsst.gruth.jutils.ComponentNode componentNode)
TextAndNode
public TextAndNode(Object objSource)
getCodeSource
public String getCodeSource()
getComponentNode
public org.lsst.gruth.jutils.ComponentNode getComponentNode()
Copyright © 2013 LSST. All Rights Reserved.