T
- the enum parameter classpublic abstract class ICalParameters.EnumParameterList<T extends EnumParameterValue> extends ICalParameters.ICalParameterList<T>
A list that converts the raw string values of a parameter to the
appropriate EnumParameterValue
object that some parameters use.
This list is backed by the ICalParameters
object. Any changes
made to the list will affect the ICalParameters
object and vice
versa.
parameterName, parameterValues
modCount
Constructor and Description |
---|
ICalParameters.EnumParameterList(String parameterName) |
Modifier and Type | Method and Description |
---|---|
protected String |
_asString(T value)
Converts the object to a String value for storing in the
ICalParameters object. |
_asObject, add, get, remove, set, size
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
public ICalParameters.EnumParameterList(String parameterName)
protected String _asString(T value)
ICalParameters.ICalParameterList
ICalParameters
object._asString
in class ICalParameters.ICalParameterList<T extends EnumParameterValue>
value
- the valueCopyright © 2013-2017 Michael Angstadt. All Rights Reserved.