ezvcard.parameters
Class TypeParameter

java.lang.Object
  extended by ezvcard.parameters.VCardParameter
      extended by ezvcard.parameters.TypeParameter
Direct Known Subclasses:
AddressTypeParameter, EmailTypeParameter, ImppTypeParameter, MediaTypeParameter, RelatedTypeParameter, TelephoneTypeParameter

public abstract class TypeParameter
extends VCardParameter

Represents a TYPE parameter.

Author:
Michael Angstadt

Field Summary
static String NAME
           
 
Fields inherited from class ezvcard.parameters.VCardParameter
name, value
 
Constructor Summary
TypeParameter(String value)
           
 
Method Summary
 
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

NAME

public static final String NAME
See Also:
Constant Field Values
Constructor Detail

TypeParameter

public TypeParameter(String value)
Parameters:
value - the value (e.g. "home")


Copyright © 2012-2013. All Rights Reserved.