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

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

public class URLDefinition
extends java.lang.Object
implements Definition

A URL field in a MobileDB record.

Use URL with this field.


Constructor Summary
URLDefinition()
          Creates a new URL 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

URLDefinition

public URLDefinition()
Creates a new URL 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