|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.anidb.MessageNotificationType
public class MessageNotificationType
The type of the message.
MessageNotification.getType()
Field Summary | |
---|---|
static MessageNotificationType |
ANNONYMOUS
Annonymous. |
static MessageNotificationType |
MOD_MESSAGE
Mod message. |
static MessageNotificationType |
NORMAL_MESSAGE
Normal message. |
static MessageNotificationType |
SYSTEM_MESSAGE
System message. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
static MessageNotificationType |
getInstance(int value)
Returns an instance of the class for the given value. |
long |
getValue()
Returns the value. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final MessageNotificationType NORMAL_MESSAGE
public static final MessageNotificationType ANNONYMOUS
public static final MessageNotificationType SYSTEM_MESSAGE
public static final MessageNotificationType MOD_MESSAGE
Method Detail |
---|
public static MessageNotificationType getInstance(int value)
value
- The value.
null
, if there is no instance for
the given value.public long getValue()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |