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

org.noos.xing.mydoggy.AggregationPosition Maven / Gradle / Ivy

Go to download

MyDoggy-Api contains the application program interface of MyDoggy to manage every aspects of the framework.

The newest version!
package org.noos.xing.mydoggy;

/**
 * @author Angelo De Caro ([email protected])
 */
public enum AggregationPosition {

    LEFT,
    RIGHT,
    TOP,
    BOTTOM,
    DEFAULT

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy