Package wt.eff

Interface StringEff

All Superinterfaces:
wt.fc.adminlock._AdministrativelyLockable, wt.eff._Eff, wt.eff.form._EffForm, wt.eff._EffRecord, wt.ufid._Federatable, wt.federation._FederatedLinkHolder, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, wt.esi._Releasable, wt.federation._RemotelyLinkable, wt.eff._StringEff, AdministrativelyLockable, Eff, EffForm, EffRecord, wt.ufid.Federatable, wt.federation.FederatedLinkHolder, NetFactor, ObjectMappable, Persistable, Releasable, wt.federation.RemotelyLinkable, Serializable
All Known Implementing Classes:
_UnitEffectivity, wt.effectivity._WTLotEffectivity, wt.effectivity._WTSerialNumberedEffectivity, UnitEffectivity, WTLotEffectivity, WTSerialNumberedEffectivity

@GenAsPersistable(interfaces=Eff.class, extendable=false, properties=@GeneratedProperty(name="range",type=StringEffRange.class,supportedAPI=PUBLIC,javaDoc="The StringEffRange for this StringEff.",constraints=@PropertyConstraints(required=true)), foreignKeys=@GeneratedForeignKey(name="StringEffEffConfigurationItem",myRoleIsRoleA=true,foreignKeyRole=@ForeignKeyRole(name="effContext",type=EffConfigurationItem.class,cascade=false,constraints=@PropertyConstraints(required=true),javaDoc="The context, constrained as an EffConfigurationItem. Note that the context is required by this Eff."),myRole=@MyRole(name="eff",cascade=false))) public interface StringEff extends wt.eff._StringEff
An Eff based on an EffConfigurationItem and a StringEffRange. This class differs from LeftFilledStringEff in that it does not left-fill the start/end values. Therefor 5>10 (for StringEffs, 05<10 and 5>10).

Supported API: true

Extendable: false
See Also: