| |
|
| java.lang.Object com.Yasna.forum.YazdConstants
YazdConstants | public class YazdConstants (Code) | | Contains constant values representing various objects in Yazd.
|
Field Summary | |
final public static int | MESSAGE Constant to represent messages in a forum. | final public static int | MESSAGE_BODY Constant to represent the body of a message. | final public static int | MESSAGE_SUBJECT Constant to represent the subject of a message. | final public static int | THREAD Constant to represent threads in a forum. |
MESSAGE | final public static int MESSAGE(Code) | | Constant to represent messages in a forum.
|
MESSAGE_BODY | final public static int MESSAGE_BODY(Code) | | Constant to represent the body of a message.
|
MESSAGE_SUBJECT | final public static int MESSAGE_SUBJECT(Code) | | Constant to represent the subject of a message.
|
THREAD | final public static int THREAD(Code) | | Constant to represent threads in a forum.
|
|
|
|