Package wt.part
Class _PlantStandardConfigSpec
java.lang.Object
wt.part._PlantStandardConfigSpec
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._NetFactor,wt.fc._ObjectMappable,NetFactor,ObjectMappable,ConfigSpec
- Direct Known Subclasses:
PlantStandardConfigSpec
public abstract class _PlantStandardConfigSpec
extends Object
implements ConfigSpec, ObjectMappable, Externalizable
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionIf set, ONLY those WTParts at this particular state are returned.booleanIf true, include any working copies I may have.voidsetLifeCycleState(State lifeCycleState) If set, ONLY those WTParts at this particular state are returned.voidsetWorkingIncluded(boolean workingIncluded) If true, include any working copies I may have.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.vc.config.ConfigSpec
appendSearchCriteria, getRelationalConfigSpec, process
-
Field Details
-
LIFE_CYCLE_STATE
If set, ONLY those WTParts at this particular state are returned.Supported API: true
- See Also:
-
WORKING_INCLUDED
If true, include any working copies I may have.Supported API: true
- See Also:
-
-
Method Details
-
getLifeCycleState
If set, ONLY those WTParts at this particular state are returned.Supported API: true
- See Also:
-
setLifeCycleState
If set, ONLY those WTParts at this particular state are returned.Supported API: true
- See Also:
-
isWorkingIncluded
public boolean isWorkingIncluded()If true, include any working copies I may have.Supported API: true
- See Also:
-
setWorkingIncluded
public void setWorkingIncluded(boolean workingIncluded) If true, include any working copies I may have.Supported API: true
- See Also:
-