superwaba.ext.xplat.io.pimal.memobook
Class MemoField

java.lang.Object
  |
  +--superwaba.ext.xplat.io.pimal.VersitField
        |
        +--superwaba.ext.xplat.io.pimal.memobook.MemoField

public class MemoField
extends VersitField

Provides a data structure to save address data similarly to the vCalendar specification


Field Summary
static int IMAGE
           
static int MEMO
           
static int SUMMARY
           
 
Fields inherited from class superwaba.ext.xplat.io.pimal.VersitField
key, options, optionsAsArray, values, X
 
Constructor Summary
MemoField(int key, java.lang.String[] options, java.lang.String[] values)
           
 
Method Summary
 java.lang.Object clone()
          Clone's the MemoField
 
Methods inherited from class superwaba.ext.xplat.io.pimal.VersitField
addOption, cloneOptions, cloneValues, getKey, getOption, getOptions, getValues, hasOption, match, removeOption, setValues, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SUMMARY

public static final int SUMMARY

MEMO

public static final int MEMO

IMAGE

public static final int IMAGE
Constructor Detail

MemoField

public MemoField(int key,
                 java.lang.String[] options,
                 java.lang.String[] values)
Parameters:
key - this date's key (one of the static keys contained in VCalField)
options - an array of Strings of the form "option=value"
values - an array of values, corresponding to the vCalendar specification of the chosen key
Method Detail

clone

public java.lang.Object clone()
Clone's the MemoField
Overrides:
clone in class java.lang.Object
Returns:
a clone of this MemoField