Package net.anotheria.anodoc.data
Interface IHelperConstants
-
public interface IHelperConstantsSome constants used by the assembling and dissembling routines.- Version:
- $Id: $Id
- Author:
- another
-
-
Field Summary
Fields Modifier and Type Field Description static charDELIMITERUsed as delimiter for constants which are assembled from different parts.static java.lang.StringIDENTIFIER_DOCUMENTUsed as prefix for doc names when stored in modules.static java.lang.StringIDENTIFIER_KEYUsed as name for type of stored object, for example document.static java.lang.StringIDENTIFIER_LISTUsed 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
-
-