Uses of Class
ezvcard.property.Agent

Packages that use Agent
ezvcard   
ezvcard.io.scribe   
 

Uses of Agent in ezvcard
 

Methods in ezvcard that return Agent
 Agent VCard.getAgent()
          Gets information about the person's agent.
 

Methods in ezvcard with parameters of type Agent
 void VCard.setAgent(Agent agent)
          Sets information about the person's agent.
 

Uses of Agent in ezvcard.io.scribe
 

Methods in ezvcard.io.scribe that return Agent
protected  Agent AgentScribe._parseHtml(HCardElement element, List<String> warnings)
           
protected  Agent AgentScribe._parseText(String value, VCardDataType dataType, VCardVersion version, VCardParameters parameters, List<String> warnings)
           
 

Methods in ezvcard.io.scribe with parameters of type Agent
protected  VCardDataType AgentScribe._dataType(Agent property, VCardVersion version)
           
protected  String AgentScribe._writeText(Agent property, VCardVersion version)
           
 



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