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
|
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 |
SUMMARY
public static final int SUMMARY
MEMO
public static final int MEMO
IMAGE
public static final int IMAGE
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
clone
public java.lang.Object clone()
- Clone's the
MemoField
- Overrides:
- clone in class java.lang.Object
- Returns:
- a clone of this
MemoField