|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterList | |
---|---|
net.fortuna.ical4j.model | Contains core types used to define the iCalendar model. |
net.fortuna.ical4j.model.property | Contains types used to represent the iCalendar property model. |
net.fortuna.ical4j.util | Contains utility types that provide supporting functionality for iCal4j. |
Uses of ParameterList in net.fortuna.ical4j.model |
---|
Methods in net.fortuna.ical4j.model that return ParameterList | |
---|---|
ParameterList |
Property.getParameters()
|
ParameterList |
ParameterList.getParameters(String name)
Returns a list of parameters with the specified name. |
ParameterList |
Property.getParameters(String name)
Convenience method for retrieving a list of named parameters. |
Methods in net.fortuna.ical4j.model with parameters of type ParameterList | |
---|---|
Property |
PropertyFactory.createProperty(String name,
ParameterList parameters,
String value)
|
Property |
PropertyFactoryImpl.createProperty(String name,
ParameterList parameters,
String value)
Creates a property. |
Constructors in net.fortuna.ical4j.model with parameters of type ParameterList | |
---|---|
ParameterList(ParameterList list,
boolean unmodifiable)
Creates a deep copy of the specified parameter list. |
|
Property(String aName,
ParameterList aList)
Constructor made protected to enforce the use of PropertyFactory for property instantiation. |
Uses of ParameterList in net.fortuna.ical4j.model.property |
---|
Uses of ParameterList in net.fortuna.ical4j.util |
---|
Methods in net.fortuna.ical4j.util with parameters of type ParameterList | |
---|---|
void |
ParameterValidator.assertNone(String paramName,
ParameterList parameters)
Ensure a parameter doesn't occur in the specified list. |
void |
ParameterValidator.assertOne(String paramName,
ParameterList parameters)
Ensure a parameter occurs once. |
void |
ParameterValidator.assertOneOrLess(String paramName,
ParameterList parameters)
Ensure a parameter occurs no more than once. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |