superwaba.ext.xplat.io.pimal.datebook
Interface DateNotSupportedHandler
- All Known Implementing Classes:
- DateNSHNote
- public interface DateNotSupportedHandler
Interface used to define classes that can handle not supported fields.
|
Method Summary |
Vector |
complete(DateRecord dr,
Vector alreadyFound)
Collects the not supported fields that have been handled and adds them into the Vector of supported fields (already found) |
void |
write(Vector notSupported,
DateRecord dr)
Handles not supported fields. |
write
public void write(Vector notSupported,
DateRecord dr)
- Handles not supported fields.
- Parameters:
notSupported - the not supported fieldsdr - the respective DateRecord
complete
public Vector complete(DateRecord dr,
Vector alreadyFound)
- Collects the not supported fields that have been handled and adds them into the Vector of supported fields (already found)
- Parameters:
dr - the respective DateRecordalreadyFound - Vector of supported fields that already have been collected- Returns:
- Vector of all fields (supported and not supported) of this
DateRecord