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

com.devonfw.cobigen.openapiplugin.inputreader.ModelConstant Maven / Gradle / Ivy

There is a newer version: 2021.12.006
Show newest version
package com.devonfw.cobigen.openapiplugin.inputreader;

/**
 * String constants of the java object model for generation. Outcome of the JavaInputReader.
 *
 * @author Malte Brunnlieb
 * @version $Revision$
 */
public class ModelConstant {

    /**
     * Tag that stores the MAXIMUM constraint
     */
    public static final String MAXIMUM = "maximum";

    /**
     * Tag that stores the MINIMUM constraint
     */
    public static final String MINIMUM = "minimum";

    /**
     * Tag that stores the MAX_LENGTH constraint
     */
    public static final String MAX_LENGTH = "maxLength";

    /**
     * Tag that stores the MIN_LENGTH constraint
     */
    public static final String MIN_LENGTH = "minLength";

    /**
     * Tag that stores the NOTNULL constraint
     */
    public static final String NOTNULL = "notNull";

    /**
     * Tag for check the constraint UNIQUE
     */
    public static final String UNIQUE = "unique";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy