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

wtf.metio.yosql.codegen.blocks.Javadocs Maven / Gradle / Ivy

/*
 * This file is part of yosql. It is subject to the license terms in the LICENSE file found in the top-level
 * directory of this distribution and at http://creativecommons.org/publicdomain/zero/1.0/. No part of yosql,
 * including this file, may be copied, modified, propagated, or distributed except according to the terms contained
 * in the LICENSE file.
 */

package wtf.metio.yosql.codegen.blocks;

import ch.qos.cal10n.BaseName;
import ch.qos.cal10n.Locale;
import ch.qos.cal10n.LocaleData;

@LocaleData({@Locale("en"), @Locale("de")})
@BaseName("javadocs")
public enum Javadocs {

    /**
     * Shows all files used for code generation.
     */
    USED_FILES,

    /**
     * Shows the single file that was used for code generation.
     */
    USED_FILE,

    /**
     * Shows all files used for a single generated method.
     */
    USED_FILES_METHOD,

    /**
     * Starts a list.
     */
    LIST_START,

    /**
     * Ends a list.
     */
    LIST_END,

    /**
     * Creates a simple list item which just contains a value.
     */
    LIST_ITEM,

    /**
     * Shows the executed statements.
     */
    EXECUTED_STATEMENTS,

    /**
     * Shows the executed statement.
     */
    EXECUTED_STATEMENT,

    /**
     * Shows the fallback statement.
     */
    FALLBACK,

    /**
     * Shows a vendor statement.
     */
    VENDOR,

    /**
     * Shows the SQL statement itself.
     */
    STATEMENT,

    /**
     * Shows the description of an SQL statement.
     */
    DESCRIPTION,

    /**
     * Shows how to disable generating a method.
     */
    DISABLE_WITH,

    /**
     * Shows all related types.
     */
    SEE

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy