javax.microedition.pim
Interface PIMList
- All Known Subinterfaces:
- ContactList, EventList, ToDoList
public interface PIMList
UNCATEGORIZED
static final String UNCATEGORIZED
- See Also:
- Constant Field Values
getName
String getName()
close
void close()
throws PIMException
- Throws:
PIMException
items
Enumeration items()
throws PIMException
- Throws:
PIMException
items
Enumeration items(PIMItem arg1)
throws PIMException
- Throws:
PIMException
items
Enumeration items(String arg1)
throws PIMException
- Throws:
PIMException
itemsByCategory
Enumeration itemsByCategory(String arg1)
throws PIMException
- Throws:
PIMException
getCategories
String[] getCategories()
throws PIMException
- Throws:
PIMException
isCategory
boolean isCategory(String arg1)
throws PIMException
- Throws:
PIMException
addCategory
void addCategory(String arg1)
throws PIMException
- Throws:
PIMException
deleteCategory
void deleteCategory(String arg1,
boolean arg2)
throws PIMException
- Throws:
PIMException
renameCategory
void renameCategory(String arg1,
String arg2)
throws PIMException
- Throws:
PIMException
maxCategories
int maxCategories()
isSupportedField
boolean isSupportedField(int arg1)
getSupportedFields
int[] getSupportedFields()
isSupportedAttribute
boolean isSupportedAttribute(int arg1,
int arg2)
getSupportedAttributes
int[] getSupportedAttributes(int arg1)
isSupportedArrayElement
boolean isSupportedArrayElement(int arg1,
int arg2)
getSupportedArrayElements
int[] getSupportedArrayElements(int arg1)
getFieldDataType
int getFieldDataType(int arg1)
getFieldLabel
String getFieldLabel(int arg1)
getAttributeLabel
String getAttributeLabel(int arg1)
getArrayElementLabel
String getArrayElementLabel(int arg1,
int arg2)
maxValues
int maxValues(int arg1)
stringArraySize
int stringArraySize(int arg1)
Copyright © 2006-2007 Jayway AB. All Rights Reserved.