Enum Class VParameterElement
- All Implemented Interfaces:
Serializable, Comparable<VParameterElement>, Constable
For each VComponent property parameter (RFC 5545, 3.2, page 13) contains the following:
Parameter name
Parameter class
Method to parse parameter string into parent component
Method to get parameter from property
Method to copy parameter into new parent property
Parameter name
toString() Parameter class
invalid reference
#getPropertyClass()
Method to parse parameter string into parent component
invalid reference
#parse(Property<?>, String)
Method to get parameter from property
invalid reference
#getParameter(Property<?>)
Method to copy parameter into new parent property
invalid reference
#copyParameter(VParameter, VProperty)
- Author:
- David Bal
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends VParameter<?>> static VParameterElementenumFromClass(Class<? extends VElement> myClass) get enum from mapstatic VParameterElementenumFromName(String parameterName) abstract <T> StringConverter<T> return default String converter associated with property value typetoString()static VParameterElementReturns the enum constant of this class with the specified name.static VParameterElement[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ALTERNATE_TEXT_REPRESENTATION
-
COMMON_NAME
-
CALENDAR_USER_TYPE
-
DELEGATORS
-
DELEGATEES
-
DIRECTORY_ENTRY_REFERENCE
-
INLINE_ENCODING
-
FORMAT_TYPE
-
FREE_BUSY_TIME_TYPE
-
LANGUAGE
-
GROUP_OR_LIST_MEMBERSHIP
-
NON_STANDARD
-
PARTICIPATION_STATUS
-
RECURRENCE_IDENTIFIER_RANGE
-
ALARM_TRIGGER_RELATIONSHIP
-
RELATIONSHIP_TYPE
-
PARTICIPATION_ROLE
-
RSVP_EXPECTATION
-
SENT_BY
-
TIME_ZONE_IDENTIFIER
-
VALUE_DATA_TYPES
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
enumFromName
-
enumFromClass
get enum from map -
elementClass
-
toString
- Overrides:
toStringin classEnum<VParameterElement>
-
getConverter
return default String converter associated with property value type
-