Your browser does not support JavaScript and this site utilizes JavaScript to build content and provide links to additional information. You should either enable JavaScript in your browser settings or use a browser that supports JavaScript in order to take full advantage of this site.
1 42 package com.mvnforum; 43 44 public final class MVNForumConstant { 45 46 47 private MVNForumConstant() { 48 } 49 50 54 55 56 public static final int MEMBER_ID_OF_GUEST = 0; 57 58 public static final int MEMBER_ID_OF_ADMIN = 1; 59 63 public static final int LAST_RESERVED_MEMBER_ID = 1; 64 70 71 72 public static final int GROUP_ID_UNUSED0 = 0; 73 77 public static final int GROUP_ID_OF_GUEST = 1; 78 79 public static final int GROUP_ID_OF_REGISTERED_MEMBERS = 2; 80 84 public static final int LAST_RESERVED_GROUP_ID = 2; 85 86 87 public static final String MESSAGE_FOLDER_INBOX = "Inbox"; 88 89 public static final String MESSAGE_FOLDER_SENT = "Sent"; 90 91 public static final String MESSAGE_FOLDER_DRAFT = "Draft"; 92 93 public static final String MESSAGE_FOLDER_TRASH = "Trash"; 94 95 public static final String dtdschemaDecl="<!DOCTYPE mvnforum SYSTEM \"http://www.mvnforum.com/dtd/mvnforum_1_0_rc2.dtd\">"; 96 97 public static final String VN_TYPER_MODE = "mvnforum.vntypermode"; 98 } 99
| Popular Tags
|