public class Spouse
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 |
---|
Spouse(java.util.List<net.fortuna.ical4j.vcard.Parameter> params,
java.lang.String value)
Factory constructor.
|
Spouse(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, toString
public static final net.fortuna.ical4j.vcard.PropertyFactory<net.fortuna.ical4j.vcard.Property> FACTORY
public Spouse(java.lang.String value)
public Spouse(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.Property
public void validate() throws net.fortuna.ical4j.model.ValidationException
validate
in class net.fortuna.ical4j.vcard.Property
net.fortuna.ical4j.model.ValidationException
Copyright © 2021. All Rights Reserved.