com.ptc.epm.commands.XMLutil
Class ECADXMLDocument
java.lang.Object
com.ptc.epm.commands.XMLutil.ECADXMLAbstractObject
com.ptc.epm.commands.XMLutil.ECADXMLDocument
- All Implemented Interfaces:
- Serializable
- public class ECADXMLDocument
- extends ECADXMLAbstractObject
ECADXMLDocument holds the data read from the defining XML file necessary
for building an ECADDocument
- See Also:
- Serialized Form
Methods inherited from class com.ptc.epm.commands.XMLutil.ECADXMLAbstractObject |
getCheckInComment, getDescription, getName, getNode, getNumber, getRevision, setAttribute, setCheckInComment, setDescription, setName, setNumber, setRevision |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESCRIBE_BY_TAG
private static final String DESCRIBE_BY_TAG
- See Also:
- Constant Field Values
type
private String type
content
private Vector content
components
private Vector components
describeBy
private Vector describeBy
ECADXMLDocument
public ECADXMLDocument(Element node,
String type)
throws WTException
getType
public String getType()
setContent
public void setContent(Vector _content)
getContent
public Vector getContent()
setComponents
public void setComponents(Vector _components)
getComponents
public Vector getComponents()
getDescribeBy
public Vector getDescribeBy()
setDescribeByLinks
private void setDescribeByLinks()
throws WTException
- Throws:
WTException