|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.revusky.oreo.metadata.Field | +--com.revusky.oreo.metadata.StringField | +--com.revusky.oreo.metadata.EmailField
A trivial subclass of StringField for handling the validity checking email addresses. This class only checks whether the input string is a well-formed email address according to the rules set up. It does not do DNS lookup to check whether the domain in question actually exists or any of that.
Fields inherited from class com.revusky.oreo.metadata.StringField |
regexp, regexpString |
Fields inherited from class com.revusky.oreo.metadata.Field |
defaultValueString, properties, sqlType |
Constructor Summary | |
EmailField()
|
Method Summary | |
void |
checkValidValue(Record rec,
java.lang.Object value)
Check whether this object is a valid value for this field of the given record. |
Methods inherited from class com.revusky.oreo.metadata.StringField |
convertFromJDBC, decodeMultiLineString, encodeMultiLineString, getCopy, getJavaType, getObjectFromString, init, normalize, processProperties, valueToString |
Methods inherited from class com.revusky.oreo.metadata.Field |
defaultValue, getLocalizedName, getName, getProperty, getSQLType, hashCode, isFieldOf, isRequired, processDefaultValue, processNormalization, setDefaultValue, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public EmailField()
Method Detail |
public void checkValidValue(Record rec, java.lang.Object value) throws java.io.IOException
FieldDescriptor
checkValidValue
in class StringField
com.revusky.oreo.FieldDescriptor
java.io.IOException
- Description of Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |