Uses of Enum Class
jfxtras.icalendarfx.properties.ValueType
Packages that use ValueType
-
Uses of ValueType in jfxtras.icalendarfx.parameters
Fields in jfxtras.icalendarfx.parameters with type parameters of type ValueTypeModifier and TypeFieldDescriptionprivate static final StringConverter
<ValueType> ValueParameter.CONVERTER
Constructors in jfxtras.icalendarfx.parameters with parameters of type ValueType -
Uses of ValueType in jfxtras.icalendarfx.properties
Fields in jfxtras.icalendarfx.properties declared as ValueTypeModifier and TypeFieldDescriptionprotected final ValueType
VPropertyBase.defaultValueType
VALUE TYPE Value Data Types RFC 5545, 3.2.20, page 29 To specify the value for text values in a property or property parameter.Fields in jfxtras.icalendarfx.properties with type parameters of type ValueTypeModifier and TypeFieldDescriptionVPropertyElement.ALLOWED_VALUE_TYPES_MAP
protected final Collection
<ValueType> VPropertyBase.allowedValueTypes
ValueType.enumFromNameMap
VPropertyElement.valueTypes
Methods in jfxtras.icalendarfx.properties that return ValueTypeModifier and TypeMethodDescriptionVPropertyElement.defaultValueType()
static ValueType
VPropertyElement.defaultValueType
(Class<? extends VProperty> class1) static ValueType
ValueType.enumFromName
(String propertyName) get enum from namestatic ValueType
Returns the enum constant of this class with the specified name.static ValueType[]
ValueType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in jfxtras.icalendarfx.properties that return types with arguments of type ValueTypeModifier and TypeMethodDescriptionVPropertyElement.allowedValueTypes()
ValueType.makeEnumFromNameMap()
static Collection
<ValueType> VPropertyElement.propertyAllowedValueTypes
(Class<? extends VProperty> class1) Methods in jfxtras.icalendarfx.properties with parameters of type ValueTypeModifier and TypeMethodDescriptionprivate boolean
VPropertyBase.isValueTypeValid
(ValueType value) void
VPropertyBase.setValueType
(ValueType value) VPropertyBase.withValueType
(ValueType value) Constructor parameters in jfxtras.icalendarfx.properties with type arguments of type ValueType