Package net.fortuna.ical4j.vcard

Examples of net.fortuna.ical4j.vcard.Parameter


   * @return
   */
  @SuppressWarnings("serial")
  private Parameter getParameter(final String param)
  {
    return new Parameter(Parameter.Id.TYPE) {

      @Override
      public String getValue()
      {
        return param;
View Full Code Here

TOP

Related Classes of net.fortuna.ical4j.vcard.Parameter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.