Package | Description |
---|---|
net.fortuna.ical4j.vcard |
Support for vCard.
|
Modifier and Type | Method and Description |
---|---|
Parameter.Id |
Parameter.getId() |
static Parameter.Id |
Parameter.Id.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Parameter.Id[] |
Parameter.Id.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Property.assertOneOrLess(Parameter.Id paramId) |
Parameter |
Property.getParameter(Parameter.Id id)
Returns the first parameter with a matching identifier.
|
List<Parameter> |
Property.getParameters(Parameter.Id id)
Returns a list of parameters matching the specified identifier.
|
Constructor and Description |
---|
Parameter(Parameter.Id id) |
Copyright © 2008-2012 Micronode. All Rights Reserved.