All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.fortuna.ical4j.vcard.AddressPropertyAccessor Maven / Gradle / Ivy

package net.fortuna.ical4j.vcard;

import net.fortuna.ical4j.model.PropertyContainer;
import net.fortuna.ical4j.vcard.property.Address;

import java.util.List;

public interface AddressPropertyAccessor extends PropertyContainer {

    default List
getAddresses() { return getProperties(PropertyName.ADR.toString()); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy