org.starhope.appius.mb
Class MBField_NumericString
java.lang.Object
org.starhope.appius.mb.fields.MBField<String>
org.starhope.appius.mb.fields.MBField_String
org.starhope.appius.mb.MBField_NumericString
- All Implemented Interfaces:
- Serializable
public class MBField_NumericString
- extends org.starhope.appius.mb.fields.MBField_String
WRITEME: Document this type.
- Author:
- brpocock@star-hope.org
- See Also:
- Serialized Form
|
Field Summary |
private int |
maxDigits
WRITEME: Document this brpocock@star-hope.org |
private int |
minDigits
WRITEME: Document this brpocock@star-hope.org |
private static long |
serialVersionUID
WRITEME: Document this brpocock@star-hope.org |
| Fields inherited from class org.starhope.appius.mb.fields.MBField |
ident, session, value |
|
Constructor Summary |
MBField_NumericString(MBSession mySession,
org.starhope.appius.mb.fields.MBFieldIdent myIdent,
int leastDigits,
int mostDigits)
WRITEME: Document this constructor brpocock@star-hope.org |
| Methods inherited from class org.starhope.appius.mb.fields.MBField_String |
convert |
| Methods inherited from class org.starhope.appius.mb.fields.MBField |
check, clear, getIdent, getValue, setValue, setValue, setValueConverted, setValueIfNull, toString |
serialVersionUID
private static final long serialVersionUID
- WRITEME: Document this brpocock@star-hope.org
- See Also:
- Constant Field Values
minDigits
private final int minDigits
- WRITEME: Document this brpocock@star-hope.org
maxDigits
private final int maxDigits
- WRITEME: Document this brpocock@star-hope.org
MBField_NumericString
public MBField_NumericString(MBSession mySession,
org.starhope.appius.mb.fields.MBFieldIdent myIdent,
int leastDigits,
int mostDigits)
- WRITEME: Document this constructor brpocock@star-hope.org
- Parameters:
mySession - WRITEMEmyIdent - WRITEMEleastDigits - WRITEMEmostDigits - WRITEME
checkValue
protected boolean checkValue(String newValue)
- Overrides:
checkValue in class org.starhope.appius.mb.fields.MBField_String
- Parameters:
newValue - a value asking to be set into this field
- Returns:
- true, if the value is OK
- See Also:
MBField.checkValue(java.lang.Object)