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
- See Also:
-
Field Summary
Fields inherited from class wt.part._PlantEffConfigSpec
EXTERNALIZATION_VERSION_UIDFields inherited from class wt.eff.EffConfigSpec
EFF_CONTEXTFields inherited from class wt.eff._EffConfigSpec
EFF_TYPE_NAME, VALUE -
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.part._PlantEffConfigSpec
getClassInfo, getConceptualClassname, readExternal, readExternal, readVersion, super_readExternal_PlantEffConfigSpec, super_readVersion_PlantEffConfigSpec, super_writeExternal_PlantEffConfigSpec, writeExternal, writeExternalMethods inherited from class wt.eff.EffConfigSpec
appendSearchCriteria, getEffContext, getEffType, getRelationalConfigSpec, getValueAsString, initialize, initialize, initialize, newEffConfigSpec, newEffConfigSpec, newEffConfigSpec, process, setEffContext, setValue, setValueAsStringMethods inherited from class wt.eff._EffConfigSpec
getValue, readVersion, toString
-
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
-