Changeset 1333

Show
Ignore:
Timestamp:
04/12/07 00:11:24
Author:
douglm
Message:

More vvenue related stuff

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • releases/external/ical4j-1.0-beta1-bedework-3.3/net/fortuna/ical4j/model/Parameter.java

    r1275 r1333  
    4848 
    4949    /** 
     50     * Region abbreviation. 
     51     */ 
     52    public static final String ABBREV = "ABBREV"; 
     53 
     54    /** 
    5055     * Alternate text representation. 
    5156     */ 
     
    138143 
    139144    /** 
     145     * Type. 
     146     */ 
     147    public static final String TYPE = "TYPE"; 
     148 
     149    /** 
    140150     * Reference to time zone object. 
    141151     */ 
     
    146156     */ 
    147157    public static final String VALUE = "VALUE"; 
     158 
     159    /** 
     160     * Reference to vvenue component 
     161     */ 
     162    public static final String VVENUE = "VVENUE"; 
    148163 
    149164    /**