
nl.vpro.domain.api.Form Maven / Gradle / Ivy
/*
* Copyright (C) 2013 Licensed under the Apache License, Version 2.0
* VPRO The Netherlands
*/
package nl.vpro.domain.api;
/**
*
* @author Roelof Jan Koekoek
* @since 2.0
*/
public interface Form {
boolean isHighlight();
boolean isFaceted();
String getText();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy