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

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

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

/**
 * 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 CITableConsole
{
    public static final _Console_ParameterTable Console_ParameterTable = new _Console_ParameterTable("846c093e-76b1-432e-aa53-b8508bf5a9ee");
    public static class _Console_ParameterTable extends CITable
    {
        protected _Console_ParameterTable(final String _uuid)
        {
            super(_uuid);
        }
        public final CIField keyField = new CIField(this, "keyField");
        public final CIField valueField = new CIField(this, "valueField");
    }

    public static final _Console_EQLHistoryTable Console_EQLHistoryTable = new _Console_EQLHistoryTable("49f09dd0-bd12-4324-afb0-eaeb4e9255ba");
    public static class _Console_EQLHistoryTable extends CITable
    {
        protected _Console_EQLHistoryTable(final String _uuid)
        {
            super(_uuid);
        }
        public final CIField created = new CIField(this, "created");
        public final CIField creator = new CIField(this, "creator");
        public final CIField eQLStatement = new CIField(this, "eQLStatement");
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy