Interface IHelperConstants


  • public interface IHelperConstants
    Some constants used by the assembling and dissembling routines.
    Version:
    $Id: $Id
    Author:
    another
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static char DELIMITER
      Used as delimiter for constants which are assembled from different parts.
      static java.lang.String IDENTIFIER_DOCUMENT
      Used as prefix for doc names when stored in modules.
      static java.lang.String IDENTIFIER_KEY
      Used as name for type of stored object, for example document.
      static java.lang.String IDENTIFIER_LIST
      Used as prefix for list names when stored in modules.
    • Field Detail

      • DELIMITER

        static final char DELIMITER
        Used as delimiter for constants which are assembled from different parts.
        See Also:
        Constant Field Values
      • IDENTIFIER_LIST

        static final java.lang.String IDENTIFIER_LIST
        Used as prefix for list names when stored in modules.
        See Also:
        Constant Field Values
      • IDENTIFIER_DOCUMENT

        static final java.lang.String IDENTIFIER_DOCUMENT
        Used as prefix for doc names when stored in modules.
        See Also:
        Constant Field Values
      • IDENTIFIER_KEY

        static final java.lang.String IDENTIFIER_KEY
        Used as name for type of stored object, for example document.
        See Also:
        Constant Field Values