ezvcard.parameters
Class ImppTypeParameter

java.lang.Object
  extended by ezvcard.parameters.VCardParameter
      extended by ezvcard.parameters.TypeParameter
          extended by ezvcard.parameters.ImppTypeParameter

public class ImppTypeParameter
extends TypeParameter

Represents the TYPE parameter of the IMPP type.

vCard versions: 4.0

Author:
Michael Angstadt

Field Summary
static ImppTypeParameter BUSINESS
           
static ImppTypeParameter HOME
           
static ImppTypeParameter MOBILE
           
static ImppTypeParameter PERSONAL
           
static ImppTypeParameter PREF
           
static ImppTypeParameter WORK
           
 
Fields inherited from class ezvcard.parameters.TypeParameter
NAME
 
Fields inherited from class ezvcard.parameters.VCardParameter
name, value
 
Constructor Summary
ImppTypeParameter(String value)
          Use of this constructor is discouraged and should only be used for defining non-standard TYPEs.
 
Method Summary
static ImppTypeParameter valueOf(String value)
          Searches the static objects in this class for one that has a certain type value.
 
Methods inherited from class ezvcard.parameters.VCardParameter
all, equals, findByValue, getName, getValue, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PERSONAL

public static final ImppTypeParameter PERSONAL

BUSINESS

public static final ImppTypeParameter BUSINESS

HOME

public static final ImppTypeParameter HOME

WORK

public static final ImppTypeParameter WORK

MOBILE

public static final ImppTypeParameter MOBILE

PREF

public static final ImppTypeParameter PREF
Constructor Detail

ImppTypeParameter

public ImppTypeParameter(String value)
Use of this constructor is discouraged and should only be used for defining non-standard TYPEs. Please use one of the predefined static objects.

Parameters:
value - the type value (e.g. "home")
Method Detail

valueOf

public static ImppTypeParameter valueOf(String value)
Searches the static objects in this class for one that has a certain type value.

Parameters:
value - the type value to search for (e.g. "work")
Returns:
the object or null if not found


Copyright © 2012-2013. All Rights Reserved.