|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.anidb.NotificationType
public class NotificationType
The type of a notification.
NotificationListEntry.getType()
Field Summary | |
---|---|
static NotificationType |
MESSAGE
Message. |
static NotificationType |
NOTIFICATION
Notification. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
static NotificationType |
getInstance(java.lang.String value)
Returns an instance of the class for the given value. |
java.lang.String |
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 NotificationType MESSAGE
public static final NotificationType NOTIFICATION
Method Detail |
---|
public static NotificationType getInstance(java.lang.String value)
value
- The value.
null
, if there is no instance for
the given value.public java.lang.String 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 |