Package wt.part
Class WTPartBaselineConfigSpec
java.lang.Object
wt.part._WTPartBaselineConfigSpec
wt.part.WTPartBaselineConfigSpec
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._NetFactor,wt.fc._ObjectMappable,NetFactor,ObjectMappable,ConfigSpec
- Direct Known Subclasses:
wt.lotbaseline._LotBaselineConfigSpec
@GenAsObjectMappable(interfaces=ConfigSpec.class,
versions=-8521161852429510725L,
properties=@GeneratedProperty(name="baselineRef",type=ObjectReference.class,supportedAPI=PRIVATE,accessors=@PropertyAccessors(getAccess=PRIVATE,setExceptions={})))
public class WTPartBaselineConfigSpec
extends wt.part._WTPartBaselineConfigSpec
This class implements a ConfigSpec to filter Iterations that belong to
a Baseline.
Use the newWTPartBaselineConfigSpec static factory method(s),
not the WTPartBaselineConfigSpec 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:
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute: BASELINE.protected voidinitialize(Baseline a_baseline) Supports initialization, following construction of an instance.static WTPartBaselineConfigSpecnewWTPartBaselineConfigSpec(Baseline a_baseline)
Supported API: truevoidsetBaseline(Baseline a_Baseline) Sets the value of the attribute: BASELINE.
-
Method Details
-
getBaseline
Gets the value of the attribute: BASELINE.
Supported API: true- Returns:
- Baseline
- Throws:
ObjectNoLongerExistsException
-
setBaseline
Sets the value of the attribute: BASELINE.
Supported API: true- Parameters:
a_Baseline-- Throws:
WTPropertyVetoException
-
newWTPartBaselineConfigSpec
public static WTPartBaselineConfigSpec newWTPartBaselineConfigSpec(Baseline a_baseline) throws WTPropertyVetoException
Supported API: true- Parameters:
a_baseline-- Returns:
- WTPartBaselineConfigSpec
- Throws:
WTPropertyVetoException
-
initialize
Supports initialization, following construction of an instance. Invoked by "new" factory having the same signature.
Supported API: true- Parameters:
a_baseline-- Throws:
WTPropertyVetoException
-