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.Fields in jfxtras.icalendarfx.parameters with type parameters of type VParameterElementModifier and TypeFieldDescriptionprivate static Map<Class<? extends VParameter<?>>,VParameterElement> VParameterElement.enumFromClassMapprivate static Map<String,VParameterElement> VParameterElement.enumFromNameMapMethods 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.Methods in jfxtras.icalendarfx.parameters that return types with arguments of type VParameterElementModifier and TypeMethodDescriptionprivate static Map<Class<? extends VParameter<?>>,VParameterElement> VParameterElement.makeEnumFromClassMap()private static Map<String,VParameterElement> VParameterElement.makeEnumFromNameMap()