Class Constants


  • public class Constants
    extends java.lang.Object
    Constants and strings.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CATEGORY_OPERATION
      template category for operations.
      static java.lang.String CATEGORY_PDO
      template category for PDOs.
      static java.lang.String CLASSID_EXT
      classID status file extension.
      static java.lang.String DOMAIN_IMPL_SUFFIX
      classname suffix for the domain implementation.
      static java.lang.String DOMAIN_SUFFIX
      classname suffix for the domain interface.
      static java.lang.String JAVA_EXT
      java file extension.
      static java.lang.String PERSISTENCE_IMPL_SUFFIX
      classname suffix for the persistence implementation.
      static java.lang.String PERSISTENCE_SUFFIX
      classname suffix for the persistence interface.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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