Class Constants
- java.lang.Object
-
- org.tentackle.maven.plugin.wizard.Constants
-
public class Constants extends java.lang.ObjectConstants and strings.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCATEGORY_OPERATIONtemplate category for operations.static java.lang.StringCATEGORY_PDOtemplate category for PDOs.static java.lang.StringCLASSID_EXTclassID status file extension.static java.lang.StringDOMAIN_IMPL_SUFFIXclassname suffix for the domain implementation.static java.lang.StringDOMAIN_SUFFIXclassname suffix for the domain interface.static java.lang.StringJAVA_EXTjava file extension.static java.lang.StringPERSISTENCE_IMPL_SUFFIXclassname suffix for the persistence implementation.static java.lang.StringPERSISTENCE_SUFFIXclassname suffix for the persistence interface.
-
-
-
Field Detail
-
DOMAIN_SUFFIX
public static final java.lang.String DOMAIN_SUFFIX
classname suffix for the domain interface.- See Also:
- Constant Field Values
-
DOMAIN_IMPL_SUFFIX
public static final java.lang.String DOMAIN_IMPL_SUFFIX
classname suffix for the domain implementation.- See Also:
- Constant Field Values
-
PERSISTENCE_SUFFIX
public static final java.lang.String PERSISTENCE_SUFFIX
classname suffix for the persistence interface.- See Also:
- Constant Field Values
-
PERSISTENCE_IMPL_SUFFIX
public static final java.lang.String PERSISTENCE_IMPL_SUFFIX
classname suffix for the persistence implementation.- See Also:
- Constant Field Values
-
JAVA_EXT
public static final java.lang.String JAVA_EXT
java file extension.- See Also:
- Constant Field Values
-
CLASSID_EXT
public static final java.lang.String CLASSID_EXT
classID status file extension.- See Also:
- Constant Field Values
-
CATEGORY_PDO
public static final java.lang.String CATEGORY_PDO
template category for PDOs.- See Also:
- Constant Field Values
-
CATEGORY_OPERATION
public static final java.lang.String CATEGORY_OPERATION
template category for operations.- See Also:
- Constant Field Values
-
-