Class ModelConstant
- java.lang.Object
-
- com.devonfw.cobigen.openapiplugin.inputreader.ModelConstant
-
public class ModelConstant extends java.lang.ObjectString constants of the java object model for generation. Outcome of the JavaInputReader.- Version:
- $Revision$
- Author:
- Malte Brunnlieb
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringMAX_LENGTHTag that stores the MAX_LENGTH constraintstatic java.lang.StringMAXIMUMTag that stores the MAXIMUM constraintstatic java.lang.StringMIN_LENGTHTag that stores the MIN_LENGTH constraintstatic java.lang.StringMINIMUMTag that stores the MINIMUM constraintstatic java.lang.StringNOTNULLTag that stores the NOTNULL constraintstatic java.lang.StringUNIQUETag for check the constraint UNIQUE
-
Constructor Summary
Constructors Constructor Description ModelConstant()
-
-
-
Field Detail
-
MAXIMUM
public static final java.lang.String MAXIMUM
Tag that stores the MAXIMUM constraint- See Also:
- Constant Field Values
-
MINIMUM
public static final java.lang.String MINIMUM
Tag that stores the MINIMUM constraint- See Also:
- Constant Field Values
-
MAX_LENGTH
public static final java.lang.String MAX_LENGTH
Tag that stores the MAX_LENGTH constraint- See Also:
- Constant Field Values
-
MIN_LENGTH
public static final java.lang.String MIN_LENGTH
Tag that stores the MIN_LENGTH constraint- See Also:
- Constant Field Values
-
NOTNULL
public static final java.lang.String NOTNULL
Tag that stores the NOTNULL constraint- See Also:
- Constant Field Values
-
UNIQUE
public static final java.lang.String UNIQUE
Tag for check the constraint UNIQUE- See Also:
- Constant Field Values
-
-