com.ptc.epm.commands.XMLutil
Class ECADDescribeBy
java.lang.Object
com.ptc.epm.commands.XMLutil.ECADXMLAbstractObject
com.ptc.epm.commands.XMLutil.ECADDescribeBy
- All Implemented Interfaces:
- Serializable
- public class ECADDescribeBy
- extends ECADXMLAbstractObject
ECADDescribeBy holds the data read from the defining XML file necessary
for adding an EPMDescribeBy link to an ECADXMLDocument document.
Each EPMDocument will be linked to the WTPart by an EPMDescribeByLink.
The WTPart is specified by its number and optionally a version and view. Null
version should be linked to the latest. Null view will default to
client.ecad.partView property or "Design" if that doesn't exist.
- 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 |
DESCRIBE_BY_TAG
public static final String DESCRIBE_BY_TAG
- See Also:
- Constant Field Values
VIEW_ATTR
public static final String VIEW_ATTR
- See Also:
- Constant Field Values
ECADDescribeBy
public ECADDescribeBy(Element node)
throws WTException
getView
public String getView()
setView
public void setView(String view)
toString
public String toString()