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

com.github.gekoh.yagen.hst.Operation Maven / Gradle / Ivy

There is a newer version: 6.6
Show newest version
/*
 * this file is generated by yaGen (http://www.github.com/gekoh/yaGen)
 * please do not edit
 */
package com.github.gekoh.yagen.hst;

/**
 * @author Georg Kohlweiss
 */
public enum Operation {
    /**
     * insert
     */
    I,

    /**
     * update
     */
    U,

    /**
     * delete
     */
    D
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy