wt.eff
Interface LeftFilledStringEff
- All Superinterfaces:
- Eff, EffForm, EffRecord, NetFactor, ObjectMappable, Persistable, Serializable
public interface LeftFilledStringEff
- extends Eff
An Eff based on an EffContext and a LeftFilledStringEffRange.
This class differs from StringEff in that it automatically left-fills
the start/end values to ensure that 5<10 (for StringEffs, 05<10 and 5>10).
Supported API: true
Extendable: true
- See Also:
StringEff
|
Field Summary |
static String |
RANGE
Label for the attribute; The LeftFilledStringEffRange for this LeftFilledStringEff. |
|
Method Summary |
EffRange |
getRange()
Gets the object for the association that plays role: RANGE. |
void |
setRange(EffRange a_Range)
Sets the object for the association that plays role: RANGE. |
RANGE
static final String RANGE
- Label for the attribute; The LeftFilledStringEffRange for this LeftFilledStringEff.
Supported API: true
- See Also:
- Constant Field Values
getRange
EffRange getRange()
- Gets the object for the association that plays role: RANGE.
The LeftFilledStringEffRange for this LeftFilledStringEff.
Supported API: true
- Returns:
- EffRange
setRange
void setRange(EffRange a_Range)
throws WTPropertyVetoException
- Sets the object for the association that plays role: RANGE.
The LeftFilledStringEffRange for this LeftFilledStringEff.
Supported API: true
- Parameters:
a_Range -
- Throws:
WTPropertyVetoException