public class Manager
extends net.fortuna.ical4j.vcard.Property
implements net.fortuna.ical4j.model.Escapable
| Modifier and Type | Field and Description | 
|---|---|
static net.fortuna.ical4j.vcard.PropertyFactory<net.fortuna.ical4j.vcard.Property> | 
FACTORY  | 
| Constructor and Description | 
|---|
Manager(java.util.List<net.fortuna.ical4j.vcard.Parameter> params,
       java.lang.String value)
Factory constructor. 
 | 
Manager(java.lang.String value)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getValue()  | 
void | 
validate()  | 
assertOneOrLess, assertParametersEmpty, assertPidParameter, assertPrefParameter, assertTextParameter, assertTypeParameter, equals, getExtendedParameter, getExtendedParameters, getGroup, getId, getParameter, getParameters, getParameters, hashCode, toStringpublic static final net.fortuna.ical4j.vcard.PropertyFactory<net.fortuna.ical4j.vcard.Property> FACTORY
public Manager(java.lang.String value)
public Manager(java.util.List<net.fortuna.ical4j.vcard.Parameter> params,
               java.lang.String value)
params - property parametersvalue - string representation of a property valuepublic java.lang.String getValue()
getValue in class net.fortuna.ical4j.vcard.Propertypublic void validate()
              throws net.fortuna.ical4j.model.ValidationException
validate in class net.fortuna.ical4j.vcard.Propertynet.fortuna.ical4j.model.ValidationExceptionCopyright © 2021. All Rights Reserved.