Package wt.eff

Class PropagationOptions

java.lang.Object
wt.eff._PropagationOptions
wt.eff.PropagationOptions
All Implemented Interfaces:
Externalizable, Serializable, wt.fc._NetFactor, wt.fc._ObjectMappable, NetFactor, ObjectMappable

@GenAsObjectMappable(serializable=EXTERNALIZABLE_BASIC,properties={@GeneratedProperty(name="propagateDown",type=boolean.class,initialValue="false",javaDoc="Determines whether the pending effectivity assignment should be propagated down the part structure to children of the resulting item.<p>"),@GeneratedProperty(name="stopAtTraceable",type=boolean.class,initialValue="true",javaDoc="This flag determines whether the effectivity structure propagtion should stop at lower-level traceable parts, or continue on through traceable parts.<p>")}) public class PropagationOptions extends wt.eff._PropagationOptions
A class to hold propagation options for the assignment of the pending effectivity to true effectivity.

Use the newPropagationOptions static factory method(s), not the PropagationOptions 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.eff._PropagationOptions

    EXTERNALIZATION_VERSION_UID, PROPAGATE_DOWN, STOP_AT_TRACEABLE
  • Method Summary

    Methods inherited from class wt.eff._PropagationOptions

    getClassInfo, getConceptualClassname, isPropagateDown, isStopAtTraceable, readExternal, readExternal, readVersion, setPropagateDown, setStopAtTraceable, toString, writeExternal, writeExternal

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait