javax.microedition.pim
Interface ToDo

All Superinterfaces:
PIMItem

public interface ToDo
extends PIMItem


Field Summary
static int CLASS
           
static int CLASS_CONFIDENTIAL
           
static int CLASS_PRIVATE
           
static int CLASS_PUBLIC
           
static int COMPLETED
           
static int COMPLETION_DATE
           
static int DUE
           
static int NOTE
           
static int PRIORITY
           
static int REVISION
           
static int SUMMARY
           
static int UID
           
 
Fields inherited from interface javax.microedition.pim.PIMItem
ATTR_NONE, BINARY, BOOLEAN, DATE, EXTENDED_ATTRIBUTE_MIN_VALUE, EXTENDED_FIELD_MIN_VALUE, INT, STRING, STRING_ARRAY
 
Method Summary
 
Methods inherited from interface javax.microedition.pim.PIMItem
addBinary, addBoolean, addDate, addInt, addString, addStringArray, addToCategory, commit, countValues, getAttributes, getBinary, getBoolean, getCategories, getDate, getFields, getInt, getPIMList, getString, getStringArray, isModified, maxCategories, removeFromCategory, removeValue, setBinary, setBoolean, setDate, setInt, setString, setStringArray
 

Field Detail

CLASS

static final int CLASS
See Also:
Constant Field Values

COMPLETED

static final int COMPLETED
See Also:
Constant Field Values

COMPLETION_DATE

static final int COMPLETION_DATE
See Also:
Constant Field Values

DUE

static final int DUE
See Also:
Constant Field Values

NOTE

static final int NOTE
See Also:
Constant Field Values

PRIORITY

static final int PRIORITY
See Also:
Constant Field Values

REVISION

static final int REVISION
See Also:
Constant Field Values

SUMMARY

static final int SUMMARY
See Also:
Constant Field Values

UID

static final int UID
See Also:
Constant Field Values

CLASS_CONFIDENTIAL

static final int CLASS_CONFIDENTIAL
See Also:
Constant Field Values

CLASS_PRIVATE

static final int CLASS_PRIVATE
See Also:
Constant Field Values

CLASS_PUBLIC

static final int CLASS_PUBLIC
See Also:
Constant Field Values


Copyright © 2006-2007 Jayway AB. All Rights Reserved.