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

com.rbmhtechnology.vind.api.query.division.ResultSubset Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
package com.rbmhtechnology.vind.api.query.division;

/**
 * Created by fonso on 31.03.17.
 */
public abstract class ResultSubset {

    protected DivisionType type;
    public abstract ResultSubset copy();

    public DivisionType getType() {
        return type;
    }

    public enum DivisionType {
        slice, page
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy