net.sourceforge.jpalm.mobiledb.field.definition
Interface Definition

All Known Implementing Classes:
CheckboxDefinition, DateDefinition, EmailDefinition, ListDefinition, NumberDefinition, PhoneDefinition, SequenceDefinition, TextDefinition, TimeDefinition, URLDefinition

public interface Definition

A field difintion in a MobileDB record.


Method Summary
 java.lang.String getIndicator()
          Gets the string representation for this definition.
 java.lang.String getRegex()
          Gets the regular expression for this definition.
 

Method Detail

getRegex

java.lang.String getRegex()
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.

Returns:
the regular expression for this definition

getIndicator

java.lang.String getIndicator()
Gets the string representation for this definition.

Returns:
the string representation