Package wt.part
Class PlantEffConfigSpec
java.lang.Object
wt.eff._EffConfigSpec
wt.eff.EffConfigSpec
wt.part._PlantEffConfigSpec
wt.part.PlantEffConfigSpec
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._NetFactor,wt.fc._ObjectMappable,NetFactor,ObjectMappable,ConfigSpec
@GenAsObjectMappable(superClass=EffConfigSpec.class)
public class PlantEffConfigSpec
extends wt.part._PlantEffConfigSpec
A primitive config spec used to resolve enterprise-datable (WTPart) based on enterprise data's(plant's) an Eff, its
EffContext and a value for which the EffManagedVersion should be effective.
Use the newPlantEffConfigSpec static factory method(s), not the PlantEffConfigSpec
constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in
order to ensure proper initialization of the instance.
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionstatic PlantEffConfigSpecnewPlantEffConfigSpec(EffContext an_EffContext, Class an_EffType, Serializable a_Value) Factory to construct an PlantEffConfigSpec based on the context, a type, and a value.Methods inherited from class wt.eff.EffConfigSpec
appendSearchCriteria, getEffContext, initialize, initialize, initialize, newEffConfigSpec, newEffConfigSpec, newEffConfigSpec, process, setEffContext
-
Method Details
-
newPlantEffConfigSpec
public static PlantEffConfigSpec newPlantEffConfigSpec(EffContext an_EffContext, Class an_EffType, Serializable a_Value) throws WTPropertyVetoException Factory to construct an PlantEffConfigSpec based on the context, a type, and a value.
Supported API: true- Parameters:
an_EffContext-an_EffType-a_Value-- Returns:
- PlantEffConfigSpec
- Throws:
WTPropertyVetoException
-