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

nl.vpro.domain.api.RangeFacetItem Maven / Gradle / Ivy

Go to download

Contains the objects used by the Frontend API, like forms and result objects

The newest version!
/*
 * 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 RangeFacetItem> extends RangeFacet {

    String getName();

    T getBegin();

    T getEnd();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy