Uses of Class
ezvcard.property.Kind

Packages that use Kind
ezvcard   
ezvcard.io.scribe   
ezvcard.property   
 

Uses of Kind in ezvcard
 

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

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

Uses of Kind in ezvcard.io.scribe
 

Methods in ezvcard.io.scribe that return Kind
protected  Kind KindScribe._parseValue(String value)
           
 

Uses of Kind in ezvcard.property
 

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



Copyright © 2012-2014 Michael Angstadt. All Rights Reserved.