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

org.schoellerfamily.gedbrowser.api.datamodel.ApiSplitAttributes Maven / Gradle / Ivy

There is a newer version: 1.3.0-RC2
Show newest version
package org.schoellerfamily.gedbrowser.api.datamodel;

/**
 * @author Dick Schoeller
 */
public interface ApiSplitAttributes {

    /**
     * Special handling of adding attributes to any object that maintains
     * multiple lists of attributes.
     *
     * @param attribute the attribute to add
     */
    void addAttribute(ApiAttribute attribute);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy