jfxtras.icalendarfx.properties.PropRelationship Maven / Gradle / Ivy
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