| java.lang.Object com.sun.kvem.midp.pim.formats.Extensions
Extensions | public class Extensions (Code) | | Platform-specific extensions.
|
getContactAttributeCode | public static int getContactAttributeCode(String label, int defaultValue)(Code) | | Gets the extended attribute code for a vCard property name.
Parameters: label - description of attribute Parameters: defaultValue - default value always returns the default value |
getContactAttributeLabel | public static String getContactAttributeLabel(int attr)(Code) | | Gets the vCard property name for an extended attribute
code.
Parameters: attr - attribute code label of requested attribute |
|
|