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

jfxtras.icalendarfx.properties.PropRelationship Maven / Gradle / Ivy

The newest version!
package jfxtras.icalendarfx.properties;

import jfxtras.icalendarfx.parameters.Relationship;
import jfxtras.icalendarfx.properties.VProperty;

public interface PropRelationship extends VProperty
{
    Relationship getRelationship();
    void setRelationship(Relationship relationship);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy