Uses of Interface
jfxtras.icalendarfx.parameters.VParameter

Packages that use VParameter
Package
Description
 
  • Uses of VParameter in jfxtras.icalendarfx.parameters

    Classes in jfxtras.icalendarfx.parameters that implement VParameter
    Modifier and Type
    Class
    Description
    class 
    3.2.14.
    class 
    3.2.1.
    class 
    3.2.3.
    class 
    CN Common Name RFC 5545, 3.2.2, page 15 To specify the common name to be associated with the calendar user specified by the property.
    class 
    DELEGATED-TO Delegatees RFC 5545, 3.2.5, page 17 To specify the calendar users to whom the calendar user specified by the property has delegated participation.
    class 
    DELEGATED-FROM Delegators RFC 5545, 3.2.4, page 17 To specify the calendar users that have delegated their participation to the calendar user specified by the property.
    class 
    DIR Directory Entry Reference RFC 5545, 3.2.6, page 18 To specify reference to a directory entry associated with the calendar user specified by the property.
    class 
    ENCODING Inline Encoding RFC 5545, 3.2.7, page 18 To specify an alternate inline encoding for the property value.
    class 
    Format Type FMTYPE RFC 5545 iCalendar 3.2.8 page 19 To specify the content type of a referenced object.
    class 
    FBTYPE Free/Busy Time Type RFC 5545, 3.2.9, page 20 To specify the free or busy time type.
    class 
    MEMBER Group or List Membership RFC 5545, 3.2.11, page 21 To specify the group or list membership of the calendar user specified by the property.
    class 
    LANGUAGE Language RFC 5545, 3.2.10, page 21 To specify the language for text values in a property or property parameter.
    class 
    A non-standard, experimental parameter.
    class 
     
    class 
    ROLE Participation Role RFC 5545, 3.2.16, page 25 To specify the language for text values in a property or property parameter.
    class 
    PARTSTAT Participation Status RFC 5545, 3.2.12, page 22 To specify the language for text values in a property or property parameter.
    class 
    RANGE Recurrence Identifier Range RFC 5545, 3.2.13, page 23 To specify the effective range of recurrence instances from the instance specified by the recurrence identifier specified by the property.
    class 
    RELTYPE Relationship Type RFC 5545, 3.2.15, page 25 To specify the type of hierarchical relationship associated with the calendar component specified by the property.
    class 
    RSVP RSVP Expectation RFC 5545, 3.2.17, page 26 To specify whether there is an expectation of a favor of a reply from the calendar user specified by the property value.
    class 
    SENT-BY Sent By RFC 5545, 3.2.18, page 27 To specify the calendar user that is acting on behalf of the calendar user specified by the property.
    class 
    TZID Time Zone Identifier RFC 5545, 3.2.19, page 27 To specify the identifier for the time zone definition for a time component in the property value.
    class 
    VALUE Value Date Types RFC 5545 iCalendar 3.2.10 page 29 To explicitly specify the value type format for a property value.
    class 
    Base class of all iCalendar Parameters.
    Fields in jfxtras.icalendarfx.parameters with type parameters of type VParameter
    Modifier and Type
    Field
    Description
    private static Map<Class<? extends VParameter<?>>,VParameterElement>
    VParameterElement.enumFromClassMap
     
    private Class<? extends VParameter<?>>
    VParameterElement.myClass
     
    Methods in jfxtras.icalendarfx.parameters that return types with arguments of type VParameter
    Modifier and Type
    Method
    Description
    Class<? extends VParameter<?>>
    VParameterElement.elementClass()
     
    private static Map<Class<? extends VParameter<?>>,VParameterElement>
    VParameterElement.makeEnumFromClassMap()
     
    Constructor parameters in jfxtras.icalendarfx.parameters with type arguments of type VParameter
    Modifier
    Constructor
    Description
    private
    VParameterElement(String name, Class<? extends VParameter<?>> myClass)