src.main.java.com.axiastudio.zoefx.persistence.Operator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zoefx-persistence Show documentation
Show all versions of zoefx-persistence Show documentation
ZoeFX is a MVC framework based on JavaFX.
The newest version!
package com.axiastudio.zoefx.persistence;
/**
* User: tiziano
* Date: 21/04/15
* Time: 20:29
*/
public enum Operator {
eq, ne, gt, ge, lt, le
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy