com.ptc.epm.commands.XMLutil
Class ECADDescribeBy

java.lang.Object
  extended bycom.ptc.epm.commands.XMLutil.ECADXMLAbstractObject
      extended bycom.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

Field Summary
static String DESCRIBE_BY_TAG
           
static String VIEW_ATTR
           
 
Fields inherited from class com.ptc.epm.commands.XMLutil.ECADXMLAbstractObject
CHECKIN_COMMENT_ATTR, DESCRIPTION_ATTR, NAME_ATTR, NUMBER_ATTR, REVISION_ATTR
 
Constructor Summary
ECADDescribeBy(Element node)
           
 
Method Summary
 String getView()
           
 void setView(String view)
           
 String toString()
           
 
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, wait, wait, wait
 

Field Detail

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
Constructor Detail

ECADDescribeBy

public ECADDescribeBy(Element node)
               throws WTException
Method Detail

getView

public String getView()

setView

public void setView(String view)

toString

public String toString()