|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypifiedProperty | |
---|---|
com.funambol.common.pim.model.common | |
com.funambol.common.pim.model.contact |
Uses of TypifiedProperty in com.funambol.common.pim.model.common |
---|
Methods in com.funambol.common.pim.model.common with parameters of type TypifiedProperty | |
---|---|
boolean |
TypifiedProperty.compare(TypifiedProperty prop)
Compares this TypifiedProperty with another one. |
Uses of TypifiedProperty in com.funambol.common.pim.model.contact |
---|
Subclasses of TypifiedProperty in com.funambol.common.pim.model.contact | |
---|---|
class |
Email
An object representing an email. |
class |
Note
An object representing a Note. |
class |
Phone
An object representing a phone number. |
class |
Photo
Contact's photo |
class |
Title
An object representing a Job Title. |
class |
WebPage
An object representing a phone number. |
Methods in com.funambol.common.pim.model.contact with parameters of type TypifiedProperty | |
---|---|
protected void |
ContactDetail.addTypifiedProperty(java.util.List<? extends TypifiedProperty> list,
TypifiedProperty addition)
Adds a typified property to a list if no property of that type is already there, or updates it if there is one. |
Method parameters in com.funambol.common.pim.model.contact with type arguments of type TypifiedProperty | |
---|---|
protected void |
ContactDetail.addTypifiedProperty(java.util.List<? extends TypifiedProperty> list,
TypifiedProperty addition)
Adds a typified property to a list if no property of that type is already there, or updates it if there is one. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |