Enum Class CadCollector.GatherDependents
java.lang.Object
java.lang.Enum<CadCollector.GatherDependents>
com.ptc.windchill.collector.api.cad.CadCollector.GatherDependents
- All Implemented Interfaces:
Serializable,Comparable<CadCollector.GatherDependents>,Constable
- Enclosing class:
CadCollector
Define which dependents to gather.
Supported API: true
- REQUIRED gather only required dependents
- ALL gather all dependents
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionGather all dependent CAD objects.
Supported API: trueGather only required dependent CAD objects.
Supported API: true -
Method Summary
-
Enum Constant Details
-
ONLY_REQUIRED
Gather only required dependent CAD objects.
Supported API: true -
ALL
Gather all dependent CAD objects.
Supported API: true
-