net.sourceforge.jpalm.mobiledb.field.definition
Class EmailDefinition

java.lang.Object
  extended by net.sourceforge.jpalm.mobiledb.field.definition.EmailDefinition
All Implemented Interfaces:
Definition

public class EmailDefinition
extends java.lang.Object
implements Definition

An email field in a MobileDB record.

Use Email with this field.


Constructor Summary
EmailDefinition()
          Creates a new email field.
 
Method Summary
 java.lang.String getIndicator()
          Gets the string representation for this definition.
 java.lang.String getRegex()
          Gets the regular expression for this definition.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailDefinition

public EmailDefinition()
Creates a new email field.

Method Detail

getIndicator

public java.lang.String getIndicator()
Description copied from interface: Definition
Gets the string representation for this definition.

Specified by:
getIndicator in interface Definition
Returns:
the string representation

getRegex

public java.lang.String getRegex()
Description copied from interface: Definition
Gets the regular expression for this definition. The regular expression is compared to a field and if the field matches the expression then that field is of this definition.

Specified by:
getRegex in interface Definition
Returns:
the regular expression for this definition