com.jurismarches.vradi
Class VradiConstants

java.lang.Object
  extended by com.jurismarches.vradi.VradiConstants

public class VradiConstants
extends Object

Vradi application constants.

Since:
2 mars 2010 15:37:19
Version:
$Revision: 1870 $ $Date: 2010-12-27 13:35:52 +0100 (lun., 27 déc. 2010) $
Author:
$Author: sletellier $

Nested Class Summary
static class VradiConstants.FileType
          All file type managed by vradi.
static class VradiConstants.FormStatus
          Forms Status.
static class VradiConstants.FormTypeTemplateEnum
          Form type enum used to xml file markup list.
static class VradiConstants.SendingStatus
          Sending Status.
static class VradiConstants.SessionStatus
          Session status.
 
Field Summary
static String CHANNEL
           
static String DEFAULT_SENDING_PARAGRAPH
          default value of the sending paragraph.
static int DEFAULT_SENDING_STATUS
          default value of the sending status.
static String ENTRY
           
static SimpleDateFormat FORM_ID_DATE_FORMAT
          Form Id date format.
static String ITEM
           
static String USER_ONLY_DECORATOR
           
static Pattern XML_STREAM_IMPORT_TIME
          Pattern de l'heure d'import des flux xml.
 
Constructor Summary
VradiConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XML_STREAM_IMPORT_TIME

public static final Pattern XML_STREAM_IMPORT_TIME
Pattern de l'heure d'import des flux xml. Autorisé : 2:13


CHANNEL

public static final String CHANNEL
See Also:
Constant Field Values

ENTRY

public static final String ENTRY
See Also:
Constant Field Values

ITEM

public static final String ITEM
See Also:
Constant Field Values

USER_ONLY_DECORATOR

public static final String USER_ONLY_DECORATOR
See Also:
Constant Field Values

FORM_ID_DATE_FORMAT

public static final SimpleDateFormat FORM_ID_DATE_FORMAT
Form Id date format.


DEFAULT_SENDING_PARAGRAPH

public static final String DEFAULT_SENDING_PARAGRAPH
default value of the sending paragraph.

See Also:
Constant Field Values

DEFAULT_SENDING_STATUS

public static final int DEFAULT_SENDING_STATUS
default value of the sending status.

See Also:
Constant Field Values
Constructor Detail

VradiConstants

public VradiConstants()


Copyright © 2009-2011 JurisMarches. All Rights Reserved.