Package wt.eff
Class _LeftFilledStringEffRange
java.lang.Object
wt.eff._LeftFilledStringEffRange
- All Implemented Interfaces:
Externalizable,Serializable,_EffRange,EffRange,wt.fc._NetFactor,wt.fc._ObjectMappable,NetFactor,ObjectMappable
- Direct Known Subclasses:
LeftFilledStringEffRange
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetEnd()The end value, constrained as a String that left-fills the value with spaces to ensure proper query (9 < 10).getStart()The start value, constrained as a String that left-fills the value with spaces to ensure proper query (9 < 10).voidsetEnd(Serializable end) The end value, constrained as a String that left-fills the value with spaces to ensure proper query (9 < 10).voidsetStart(Serializable start) The start value, constrained as a String that left-fills the value with spaces to ensure proper query (9 < 10).
-
Field Details
-
START
The start value, constrained as a String that left-fills the value with spaces to ensure proper query (9 < 10). Setter will fill the String, getter wil return the filled String.Supported API: true
-
END
The end value, constrained as a String that left-fills the value with spaces to ensure proper query (9 < 10). Setter will fill the String, getter wil return the filled String.Supported API: true
-
-
Method Details
-
getStart
The start value, constrained as a String that left-fills the value with spaces to ensure proper query (9 < 10). Setter will fill the String, getter wil return the filled String.Supported API: true
-
setStart
The start value, constrained as a String that left-fills the value with spaces to ensure proper query (9 < 10). Setter will fill the String, getter wil return the filled String.Supported API: true
- Specified by:
setStartin interface_EffRange- Specified by:
setStartin interfaceEffRange- Throws:
WTPropertyVetoException- See Also:
-
getEnd
The end value, constrained as a String that left-fills the value with spaces to ensure proper query (9 < 10). Setter will fill the String, getter wil return the filled String.Supported API: true
-
setEnd
The end value, constrained as a String that left-fills the value with spaces to ensure proper query (9 < 10). Setter will fill the String, getter wil return the filled String.Supported API: true
- Specified by:
setEndin interface_EffRange- Specified by:
setEndin interfaceEffRange- Throws:
WTPropertyVetoException- See Also:
-