FileDocCategorySizeDatePackage
Extensions.javaAPI DocphoneME MR2 API (J2ME)1771Wed May 02 18:00:28 BST 2007com.sun.kvem.midp.pim.formats

Extensions

public class Extensions extends Object
Platform-specific extensions.

Fields Summary
Constructors Summary
Methods Summary
public static intgetContactAttributeCode(java.lang.String label, int defaultValue)
Gets the extended attribute code for a vCard property name.

param
label description of attribute
param
defaultValue default value
return
always returns the default value

        return defaultValue;
    
public static java.lang.StringgetContactAttributeLabel(int attr)
Gets the vCard property name for an extended attribute code.

param
attr attribute code
return
label of requested attribute

        return null;