public class EmailConstant extends StringConstant
| Constructor and Description |
|---|
EmailConstant(String value)
Creates a new EmailConstant instance.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
assertEmail(String value)
Reports a failure if the given value is not a valid email string.
|
protected DataValue<String> |
dataValueOf(String value)
Returns a
DataValue for the given value in this domain. |
contains, getTypes, getValue, toString, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitarrayOf, arrayOf, arrayOf, contains, containsObject, select, selectValue, valueOfpublic EmailConstant(String value)
protected DataValue<String> dataValueOf(String value)
DataValue for the given value in this domain.dataValueOf in class StringConstantCopyright © 2020 The Cornutum Project. All rights reserved.