Skip to content

Commit

Permalink
Update Parameter.java
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc2822 committed May 15, 2020
1 parent 86269de commit b655a08
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/main/java/net/fortuna/ical4j/model/Parameter.java
Expand Up @@ -88,11 +88,26 @@ public abstract class Parameter extends Content {
*/
public static final String DIR = "DIR";

/**
* Display format.
*/
public static final String DISPLAY = "DISPLAY";

/**
* Email address.
*/
public static final String EMAIL = "EMAIL";

/**
* Inline encoding.
*/
public static final String ENCODING = "ENCODING";

/**
* Feature specification.
*/
public static final String FEATURE = "FEATURE";

/**
* Format type.
*/
Expand All @@ -103,6 +118,11 @@ public abstract class Parameter extends Content {
*/
public static final String FBTYPE = "FBTYPE";

/**
* Label.
*/
public static final String LABEL = "LABEL";

/**
* Language for text.
*/
Expand Down

0 comments on commit b655a08

Please sign in to comment.