javax.microedition.pim
Interface ContactList

All Superinterfaces:
PIMList

public interface ContactList
extends PIMList


Field Summary
 
Fields inherited from interface javax.microedition.pim.PIMList
UNCATEGORIZED
 
Method Summary
 Contact createContact()
           
 Contact importContact(Contact arg1)
           
 void removeContact(Contact arg1)
           
 
Methods inherited from interface javax.microedition.pim.PIMList
addCategory, close, deleteCategory, getArrayElementLabel, getAttributeLabel, getCategories, getFieldDataType, getFieldLabel, getName, getSupportedArrayElements, getSupportedAttributes, getSupportedFields, isCategory, isSupportedArrayElement, isSupportedAttribute, isSupportedField, items, items, items, itemsByCategory, maxCategories, maxValues, renameCategory, stringArraySize
 

Method Detail

createContact

Contact createContact()

importContact

Contact importContact(Contact arg1)

removeContact

void removeContact(Contact arg1)
                   throws PIMException
Throws:
PIMException


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