public class ModelConstant extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
MAX_LENGTH
Tag that stores the MAX_LENGTH constraint
|
static String |
MAXIMUM
Tag that stores the MAXIMUM constraint
|
static String |
MIN_LENGTH
Tag that stores the MIN_LENGTH constraint
|
static String |
MINIMUM
Tag that stores the MINIMUM constraint
|
static String |
NOTNULL
Tag that stores the NOTNULL constraint
|
static String |
UNIQUE
Tag for check the constraint UNIQUE
|
| Constructor and Description |
|---|
ModelConstant() |
public static final String MAXIMUM
public static final String MINIMUM
public static final String MAX_LENGTH
public static final String MIN_LENGTH
public static final String NOTNULL
public static final String UNIQUE
Copyright © 2019 DevonFw. All rights reserved.