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.CONVERTERConstructors 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 ValueTypeVPropertyBase.defaultValueTypeVALUE 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_MAPprotected final Collection<ValueType>VPropertyBase.allowedValueTypesValueType.enumFromNameMapVPropertyElement.valueTypesMethods in jfxtras.icalendarfx.properties that return ValueTypeModifier and TypeMethodDescriptionVPropertyElement.defaultValueType()static ValueTypeVPropertyElement.defaultValueType(Class<? extends VProperty> class1) static ValueTypeValueType.enumFromName(String propertyName) get enum from namestatic ValueTypeReturns 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 booleanVPropertyBase.isValueTypeValid(ValueType value) voidVPropertyBase.setValueType(ValueType value) VPropertyBase.withValueType(ValueType value) Constructor parameters in jfxtras.icalendarfx.properties with type arguments of type ValueType