javax.microedition.pim
Interface Event

All Superinterfaces:
PIMItem

public interface Event
extends PIMItem


Field Summary
static int ALARM
           
static int CLASS
           
static int CLASS_CONFIDENTIAL
           
static int CLASS_PRIVATE
           
static int CLASS_PUBLIC
           
static int END
           
static int LOCATION
           
static int NOTE
           
static int REVISION
           
static int START
           
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
 RepeatRule getRepeat()
           
 void setRepeat(RepeatRule arg1)
           
 
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

ALARM

static final int ALARM
See Also:
Constant Field Values

CLASS

static final int CLASS
See Also:
Constant Field Values

END

static final int END
See Also:
Constant Field Values

LOCATION

static final int LOCATION
See Also:
Constant Field Values

NOTE

static final int NOTE
See Also:
Constant Field Values

REVISION

static final int REVISION
See Also:
Constant Field Values

START

static final int START
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
Method Detail

getRepeat

RepeatRule getRepeat()

setRepeat

void setRepeat(RepeatRule arg1)


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