Uses of Enum Class
jfxtras.icalendarfx.parameters.VParameterElement
Packages that use VParameterElement
-
Uses of VParameterElement in jfxtras.icalendarfx.parameters
Subclasses with type arguments of type VParameterElement in jfxtras.icalendarfx.parametersModifier and TypeClassDescriptionenumFor each VComponent property parameter (RFC 5545, 3.2, page 13) contains the following:
Parameter nameVParameterElement.toString()
Parameter classinvalid reference
#getPropertyClass()
Method to parse parameter string into parent componentinvalid reference
#parse(Property<?>, String)
Method to get parameter from propertyinvalid reference
#getParameter(Property<?>)
Method to copy parameter into new parent propertyinvalid reference
#copyParameter(VParameter, VProperty)Fields in jfxtras.icalendarfx.parameters declared as VParameterElementModifier and TypeFieldDescriptionprotected final VParameterElementVParameterBase.elementTypePARAMETER TYPE The enumerated type of the parameter.Methods in jfxtras.icalendarfx.parameters that return VParameterElementModifier and TypeMethodDescriptionstatic VParameterElementVParameterElement.enumFromClass(Class<? extends VElement> myClass) get enum from mapstatic VParameterElementVParameterElement.enumFromName(String parameterName) static VParameterElementReturns the enum constant of this class with the specified name.static VParameterElement[]VParameterElement.values()Returns an array containing the constants of this enum class, in the order they are declared.