public final class Email extends Property
Property.Id
Modifier and Type | Field and Description |
---|---|
static PropertyFactory<Email> |
FACTORY |
ILLEGAL_PARAMETER_MESSAGE
Constructor and Description |
---|
Email(Group group,
List<Parameter> params,
String value)
Factory constructor.
|
Email(Group group,
String value) |
Email(List<Parameter> params,
String value)
Factory constructor.
|
Email(String value) |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
void |
validate() |
assertOneOrLess, assertParametersEmpty, assertPidParameter, assertPrefParameter, assertTextParameter, assertTypeParameter, equals, getExtendedParameter, getExtendedParameters, getGroup, getId, getParameter, getParameters, getParameters, hashCode, toString
public static final PropertyFactory<Email> FACTORY
public Email(String value)
value
- an email address stringpublic Email(Group group, String value)
group
- property groupvalue
- an email address stringpublic Email(List<Parameter> params, String value)
params
- property parametersvalue
- string representation of a property valuepublic String getValue()
Copyright © 2008-2012 Micronode. All Rights Reserved.