|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectezvcard.types.TypeList
public class TypeList
Contains listings of all the vCard type classes in this library.
| Constructor Summary | |
|---|---|
TypeList()
|
|
| Method Summary | |
|---|---|
static Method |
getAddMethod(Class<? extends VCardType> typeClass)
Gets the method of the VCard class that's used to add a vCard
type object to the VCard. |
static Class<? extends VCardType> |
getTypeClass(String typeName)
Gets the class that represents a vCard type. |
static Class<? extends VCardType> |
getTypeClassByHCardTypeName(String typeName)
Gets the class that represents a vCard type using its hCard type name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TypeList()
| Method Detail |
|---|
public static Class<? extends VCardType> getTypeClass(String typeName)
typeName - the name of the vCard type (e.g. "ADR")
public static Class<? extends VCardType> getTypeClassByHCardTypeName(String typeName)
typeName - the hCard name of the vCard type (e.g. "adr")
public static Method getAddMethod(Class<? extends VCardType> typeClass)
VCard class that's used to add a vCard
type object to the VCard.
typeClass - the type class
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||