public final class CalUri extends Property
Property.Id
Modifier and Type | Field and Description |
---|---|
static PropertyFactory<CalUri> |
FACTORY |
ILLEGAL_PARAMETER_MESSAGE
Constructor and Description |
---|
CalUri(List<Parameter> params,
String value)
Factory constructor.
|
CalUri(URI uri,
Type... types) |
Modifier and Type | Method and Description |
---|---|
URI |
getUri() |
String |
getValue() |
void |
validate() |
assertOneOrLess, assertParametersEmpty, assertPidParameter, assertPrefParameter, assertTextParameter, assertTypeParameter, equals, getExtendedParameter, getExtendedParameters, getGroup, getId, getParameter, getParameters, getParameters, hashCode, toString
public static final PropertyFactory<CalUri> FACTORY
public CalUri(URI uri, Type... types)
uri
- a calendar URI valuetypes
- optional classifierspublic CalUri(List<Parameter> params, String value) throws URISyntaxException
params
- property parametersvalue
- string representation of a property valueURISyntaxException
- where the specified string value is not a valid URICopyright © 2008-2012 Micronode. All Rights Reserved.