com.ptc.windchill.cadx.prowtutil
Class FamilyInfo
java.lang.Object
com.ptc.windchill.cadx.prowtutil.FamilyInfo
- All Implemented Interfaces:
- Serializable
- public class FamilyInfo
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
doc
private EPMDocument doc
type
private int type
dependences
private ArrayList dependences
GENERIC
private final int GENERIC
- See Also:
- Constant Field Values
INSTANCE
private final int INSTANCE
- See Also:
- Constant Field Values
STANDALONE
private final int STANDALONE
- See Also:
- Constant Field Values
FamilyInfo
public FamilyInfo(EPMDocument doc)
getDocument
public EPMDocument getDocument()
setStandaloneType
public void setStandaloneType()
isStandalone
public boolean isStandalone()
setInstanceType
public void setInstanceType()
isInstance
public boolean isInstance()
setGenericType
public void setGenericType()
isGeneric
public boolean isGeneric()
setDependences
public void setDependences(ArrayList dependences)
addDependence
public void addDependence(EPMDocument dependence)
getDependences
public ArrayList getDependences()