Uses of Class
ezvcard.parameter.RelatedType

Packages that use RelatedType
ezvcard.parameter   
ezvcard.property   
 

Uses of RelatedType in ezvcard.parameter
 

Fields in ezvcard.parameter declared as RelatedType
static RelatedType RelatedType.ACQUAINTANCE
           
static RelatedType RelatedType.AGENT
           
static RelatedType RelatedType.CHILD
           
static RelatedType RelatedType.CO_RESIDENT
           
static RelatedType RelatedType.CO_WORKER
           
static RelatedType RelatedType.COLLEAGUE
           
static RelatedType RelatedType.CONTACT
           
static RelatedType RelatedType.CRUSH
           
static RelatedType RelatedType.DATE
           
static RelatedType RelatedType.EMERGENCY
           
static RelatedType RelatedType.FRIEND
           
static RelatedType RelatedType.KIN
           
static RelatedType RelatedType.ME
           
static RelatedType RelatedType.MET
           
static RelatedType RelatedType.MUSE
           
static RelatedType RelatedType.NEIGHBOR
           
static RelatedType RelatedType.PARENT
           
static RelatedType RelatedType.SIBLING
           
static RelatedType RelatedType.SPOUSE
           
static RelatedType RelatedType.SWEETHEART
           
 

Methods in ezvcard.parameter that return RelatedType
static RelatedType RelatedType.find(String value)
          Searches for a parameter value that is defined as a static constant in this class.
static RelatedType RelatedType.get(String value)
          Searches for a parameter value and creates one if it cannot be found.
 

Methods in ezvcard.parameter that return types with arguments of type RelatedType
static Collection<RelatedType> RelatedType.all()
          Gets all of the parameter values that are defined as static constants in this class.
 

Uses of RelatedType in ezvcard.property
 

Methods in ezvcard.property that return types with arguments of type RelatedType
 Set<RelatedType> Related.getTypes()
          Gets all the TYPE parameters.
 

Methods in ezvcard.property with parameters of type RelatedType
 void Related.addType(RelatedType type)
          Adds a TYPE parameter.
 void Related.removeType(RelatedType type)
          Removes a TYPE parameter.
 



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