|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LeftFilledStringEffRange | |
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 ). |
wt.part | Defines WTPart s and WTPartMaster s (
the fundamental enterprise objects used to represent product structures composed of assemblies and components),
WTPartUsageLink and WTPartConfigSpec (used to build the structures of parts and select the correct versions of parts from the structures) and the WTPartService to manage these parts. |
Uses of LeftFilledStringEffRange in wt.eff |
Methods in wt.eff that return LeftFilledStringEffRange | |
static LeftFilledStringEffRange |
LeftFilledStringEffRange.newLeftFilledStringEffRange(String startValue,
String endValue)
Factory which sets the start and end value Supported API: true |
static LeftFilledStringEffRange |
LeftFilledStringEffRange.newLeftFilledStringEffRange(String startValue)
Factory which sets the start value. |
static LeftFilledStringEffRange |
LeftFilledStringEffRange.newLeftFilledStringEffRange()
Null-arg factory. |
static LeftFilledStringEffRange |
LeftFilledStringEffRange.newLeftFilledStringEffRange(String startValue,
String endValue)
Factory which sets the start and end value Supported API: true |
static LeftFilledStringEffRange |
LeftFilledStringEffRange.newLeftFilledStringEffRange(String startValue)
Factory which sets the start value. |
static LeftFilledStringEffRange |
LeftFilledStringEffRange.newLeftFilledStringEffRange()
Null-arg factory. |
Methods in wt.eff with parameters of type LeftFilledStringEffRange | |
protected boolean |
LeftFilledStringEffRange.readVersion(LeftFilledStringEffRange thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
protected boolean |
LeftFilledStringEffRange.readVersion(LeftFilledStringEffRange thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
Uses of LeftFilledStringEffRange in wt.effectivity |
Fields in wt.effectivity declared as LeftFilledStringEffRange | |
private LeftFilledStringEffRange |
UnitEffectivity.range
|
Uses of LeftFilledStringEffRange in wt.part |
Fields in wt.part declared as LeftFilledStringEffRange | |
private LeftFilledStringEffRange |
ProductSerialNumberEffectivity.range
|
private LeftFilledStringEffRange |
ProductLotNumberEffectivity.range
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |