Uses of Class
ezvcard.types.KindType

Packages that use KindType
ezvcard   
ezvcard.types   
 

Uses of KindType in ezvcard
 

Methods in ezvcard that return KindType
 KindType VCard.getKind()
          Gets the type of entity this vCard represents.
 

Methods in ezvcard with parameters of type KindType
 void VCard.setKind(KindType kind)
          Sets the type of entity this vCard represents.
 

Uses of KindType in ezvcard.types
 

Methods in ezvcard.types that return KindType
static KindType KindType.application()
          Creates a new KIND type whose value is set to "application".
static KindType KindType.device()
          Creates a new KIND type whose value is set to "device".
static KindType KindType.group()
          Creates a new KIND type whose value is set to "group".
static KindType KindType.individual()
          Creates a new KIND type whose value is set to "individual".
static KindType KindType.location()
          Creates a new KIND type whose value is set to "location".
static KindType KindType.org()
          Creates a new KIND type whose value is set to "org".
 



Copyright © 2012-2013. All Rights Reserved.