Constant Field Values

Contents

net.anotheria.*

  • net.anotheria.anodoc.util.context.DBContext 
    Modifier and Type Constant Field Value
    public static final java.lang.String DELIMITER "_"
  • net.anotheria.asg.generator.AbstractGenerator 
    Modifier and Type Constant Field Value
    public static final java.lang.String CRLF "\n"
  • net.anotheria.asg.generator.CommentGenerator 
    Modifier and Type Constant Field Value
    public static final java.lang.String COMM_END " */"
    public static final java.lang.String COMM_START "/**"
    public static final java.lang.String COPYRIGHT "Copyright (C) 2005 - 2023 Anotheria.net, www.anotheria.net"
    public static final java.lang.String LINE_POST " ***"
    public static final java.lang.String LINE_PRE "*** "
    public static final java.lang.String NOTICE_1 "Don\'t edit this code, if you aren\'t sure"
    public static final java.lang.String NOTICE_2 "that you do exactly know what you are doing!"
    public static final java.lang.String NOTICE_3 "It\'s better to invest time in the generator, as into the generated code."
    public static final java.lang.String RIGHTS "All Rights Reserved."
    public static final java.lang.String SEPARATOR "*"
  • net.anotheria.asg.generator.ContextParameter 
    Modifier and Type Constant Field Value
    public static final java.lang.String CTX_PARAM_CMS_VERSIONING "cmsversioning"
  • net.anotheria.asg.generator.GeneratedArtefact 
    Modifier and Type Constant Field Value
    public static final java.lang.String CRLF "\n"
  • net.anotheria.asg.generator.GenerationOptions 
    Modifier and Type Constant Field Value
    public static final java.lang.String FIXTURE "fixture"
    public static final java.lang.String INMEMORY "inmemory"
    public static final java.lang.String JDBCCONFIG "jdbcConfig"
    public static final java.lang.String RMI "rmi"
  • net.anotheria.asg.generator.model.db.VOGenerator 
    Modifier and Type Constant Field Value
    public static final java.lang.String DAO_CREATED "daoCreated"
    public static final java.lang.String DAO_UPDATED "daoUpdated"
  • net.anotheria.asg.generator.model.docs.DocumentGenerator 
    Modifier and Type Constant Field Value
    public static final java.lang.String GET_CURRENT_LANG "ContextManager.getCallContext().getCurrentLanguage()"
    public static final java.lang.String PROPERTY_DECLARATION "public static final String "
  • net.anotheria.asg.generator.util.FileWriter 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEF_BASE_DIR "."
  • net.anotheria.asg.util.decorators.DateTimeDecorator 
    Modifier and Type Constant Field Value
    public static final java.lang.String DATE_FORMAT "yyyy/MM/dd HH:mm"