com.ptc.windchill.cadx.prowtutil
Class FamilyInfo

java.lang.Object
  extended bycom.ptc.windchill.cadx.prowtutil.FamilyInfo
All Implemented Interfaces:
Serializable

public class FamilyInfo
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  ArrayList dependences
           
private  EPMDocument doc
           
private  int GENERIC
           
private  int INSTANCE
           
private  int STANDALONE
           
private  int type
           
 
Constructor Summary
FamilyInfo(EPMDocument doc)
           
 
Method Summary
 void addDependence(EPMDocument dependence)
           
 ArrayList getDependences()
           
 EPMDocument getDocument()
           
 boolean isGeneric()
           
 boolean isInstance()
           
 boolean isStandalone()
           
 void setDependences(ArrayList dependences)
           
 void setGenericType()
           
 void setInstanceType()
           
 void setStandaloneType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

FamilyInfo

public FamilyInfo(EPMDocument doc)
Method Detail

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()