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

org.efaps.esjp.ci.CIConsole Maven / Gradle / Ivy

The newest version!
//CHECKSTYLE:OFF
package org.efaps.esjp.ci;
import org.efaps.ci.CIAttribute;
import org.efaps.ci.CIStatus;
import org.efaps.ci.CIType;

/**
 * This class is build automatically by the "eFaps Maven Plug-In" Version "4.2.0".
 *
 * Date: 2015/03/25 09:48:01
 *
 * @author The eFaps Team
*/
public final class CIConsole
{
    public static final _EQLHistory EQLHistory = new _EQLHistory("c96c63b5-2d4c-4bf9-9627-f335fd9c7a84");
    public static class _EQLHistory extends CIType
    {
        protected _EQLHistory(final String _uuid)
        {
            super(_uuid);
        }
        public final CIAttribute Created = new CIAttribute(this, "Created");
        public final CIAttribute Creator = new CIAttribute(this, "Creator");
        public final CIAttribute EQLStatement = new CIAttribute(this, "EQLStatement");
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy