Package wt.eff
Class _StringEffRange
java.lang.Object
wt.eff._StringEffRange
- All Implemented Interfaces:
Externalizable,Serializable,_EffRange,EffRange,wt.fc._NetFactor,wt.fc._ObjectMappable,NetFactor,ObjectMappable
- Direct Known Subclasses:
StringEffRange
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetEnd()The end value, constrained as a String.getStart()The start value, constrained as a String.voidsetEnd(Serializable end) The end value, constrained as a String.voidsetStart(Serializable start) The start value, constrained as a String.
-
Field Details
-
START
The start value, constrained as a String.Supported API: true
- See Also:
-
END
The end value, constrained as a String.Supported API: true
- See Also:
-
-
Method Details
-
getStart
The start value, constrained as a String.Supported API: true
-
setStart
The start value, constrained as a 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.Supported API: true
-
setEnd
The end value, constrained as a String.Supported API: true
- Specified by:
setEndin interface_EffRange- Specified by:
setEndin interfaceEffRange- Throws:
WTPropertyVetoException- See Also:
-