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, parameterValuesmodCount| 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, sizeadd, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringpublic ICalParameters.EnumParameterList(String parameterName)
protected String _asString(T value)
ICalParameters.ICalParameterListICalParameters object._asString in class ICalParameters.ICalParameterList<T extends EnumParameterValue>value - the valueCopyright © 2013-2016 Michael Angstadt. All Rights Reserved.