Uses of Interface
wt.eff.StringEff

Packages that use StringEff
wt.eff Provides generic base effectivity functionality via EffService, EffConfigSpecAssistant and EffGroupAssistant to assert that a PDM object is effective under certain conditions; an out-of-the-box reference implementation of this base functionality is defined by wt.effectivity
wt.effectivity Provides an out-of-the-box reference implementation of the generic base effectivity functionality defined in wt.eff to assert that a PDM object is effective under certain conditions, but this package's EffectivityService is not normally used (instead use wt.eff's EffService, EffConfigSpecAssistant and EffGroupAssistant). 
 

Uses of StringEff in wt.eff
 

Methods in wt.eff that return StringEff
 StringEff StringEffEffConfigurationItem.getEff()
          Gets the object for the association that plays role: EFF_ROLE.
 StringEff StringEffEffConfigurationItem.getEff()
          Gets the object for the association that plays role: EFF_ROLE.
 

Methods in wt.eff with parameters of type StringEff
 void StringEffEffConfigurationItem.setEff(StringEff eff)
          Sets the object for the association that plays role: EFF_ROLE.
static StringEffEffConfigurationItem StringEffEffConfigurationItem.newStringEffEffConfigurationItem(StringEff eff, EffConfigurationItem effContext)
          Default factory for the class.
 void StringEffEffConfigurationItem.setEff(StringEff eff)
          Sets the object for the association that plays role: EFF_ROLE.
static StringEffEffConfigurationItem StringEffEffConfigurationItem.newStringEffEffConfigurationItem(StringEff eff, EffConfigurationItem effContext)
          Default factory for the class.
 

Uses of StringEff in wt.effectivity
 

Classes in wt.effectivity that implement StringEff
 class UnitEffectivity
          Abstract class representing a unit based effectivity.
 class WTLotEffectivity
          LotEffectivity is used to indicate that the EffectivityManageable object is effective as a ConfigurationItem is being produced in a range of lot numbers.
 class WTSerialNumberedEffectivity
          SerialNumberedEffectivity is used to indicate that the EffectivityManageable object is effective as a ConfigurationItem is being produced in a range of serial numbered units.