Uses of Enum Class
jfxtras.icalendarfx.parameters.VParameterElement
Packages that use VParameterElement
-
Uses of VParameterElement in jfxtras.icalendarfx.parameters
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.