Enum Class CadCollector.GatherFamilyGenerics
java.lang.Object
java.lang.Enum<CadCollector.GatherFamilyGenerics>
com.ptc.windchill.collector.api.cad.CadCollector.GatherFamilyGenerics
- All Implemented Interfaces:
Serializable,Comparable<CadCollector.GatherFamilyGenerics>,Constable
- Enclosing class:
CadCollector
public static enum CadCollector.GatherFamilyGenerics
extends Enum<CadCollector.GatherFamilyGenerics>
Define which family generic objects to gather.
Supported API: true
- ONLY_FOR_SEEDS gather family generic objects only for input seed objects
- ALL gather family generic objects for input seeds and their children
-
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 related generic objects for input seeds and their children.
Supported API: trueGather related generic objects only for input seed objects.
Supported API: true -
Method Summary
-
Enum Constant Details
-
ONLY_FOR_SEEDS
Gather related generic objects only for input seed objects.
Supported API: true -
ALL
Gather all related generic objects for input seeds and their children.
Supported API: true
-