Package uk.co.jemos.podam.common
Interface PodamConstants
-
public interface PodamConstantsPODAM constants.- Since:
- 1.0.0
- Author:
- mtedone
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_NBR_COLLECTION_ELEMENTSThe default number of elements for a collection-type element.static Object[]NO_ARGSAn empty object array.static Class[]NO_CLASSESAn empty array of Classes.static Type[]NO_TYPESAn empty array of Types.static StringSPRING_ROOT_CONFIG_LOCATIONThe Podam Spring rool configuration file name.static StringSTR_DEFAULT_ENCODINGThe default encoding for Strings.static intSTR_DEFAULT_LENGTHThe default string length that Podam will assign to an annotated attributestatic StringTHE_ANNOTATION_VALUE_STRA String used for messages.
-
-
-
Field Detail
-
STR_DEFAULT_LENGTH
static final int STR_DEFAULT_LENGTH
The default string length that Podam will assign to an annotated attribute- See Also:
- Constant Field Values
-
DEFAULT_NBR_COLLECTION_ELEMENTS
static final int DEFAULT_NBR_COLLECTION_ELEMENTS
The default number of elements for a collection-type element.- See Also:
- Constant Field Values
-
STR_DEFAULT_ENCODING
static final String STR_DEFAULT_ENCODING
The default encoding for Strings.- See Also:
- Constant Field Values
-
SPRING_ROOT_CONFIG_LOCATION
static final String SPRING_ROOT_CONFIG_LOCATION
The Podam Spring rool configuration file name.- See Also:
- Constant Field Values
-
THE_ANNOTATION_VALUE_STR
static final String THE_ANNOTATION_VALUE_STR
A String used for messages.- See Also:
- Constant Field Values
-
NO_CLASSES
static final Class[] NO_CLASSES
An empty array of Classes.
-
NO_TYPES
static final Type[] NO_TYPES
An empty array of Types.
-
NO_ARGS
static final Object[] NO_ARGS
An empty object array.
-
-