|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<LogEventType>
org.ala.client.model.LogEventType
@Deprecated public enum LogEventType
| Enum Constant Summary | |
|---|---|
IMAGE_VIEWED
Deprecated. |
|
OCCURRENCE_RECORDS_DOWNLOADED
Deprecated. |
|
OCCURRENCE_RECORDS_VIEWED
Deprecated. |
|
OCCURRENCE_RECORDS_VIEWED_ON_MAP
Deprecated. |
|
| Method Summary | |
|---|---|
int |
getId()
Deprecated. |
java.lang.String |
getInsertSql()
Deprecated. |
static LogEventType |
getLogEventType(int id)
Deprecated. |
static LogEventType |
getLogEventType(java.lang.String name)
Deprecated. |
java.lang.String |
getName()
Deprecated. |
java.lang.String |
toString()
Deprecated. |
static LogEventType |
valueOf(java.lang.String name)
Deprecated. Returns the enum constant of this type with the specified name. |
static LogEventType[] |
values()
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final LogEventType OCCURRENCE_RECORDS_VIEWED
public static final LogEventType OCCURRENCE_RECORDS_VIEWED_ON_MAP
public static final LogEventType OCCURRENCE_RECORDS_DOWNLOADED
public static final LogEventType IMAGE_VIEWED
| Method Detail |
|---|
public static LogEventType[] values()
for (LogEventType c : LogEventType.values()) System.out.println(c);
public static LogEventType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic int getId()
public java.lang.String getName()
public static LogEventType getLogEventType(java.lang.String name)
public static LogEventType getLogEventType(int id)
public java.lang.String toString()
toString in class java.lang.Enum<LogEventType>public java.lang.String getInsertSql()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||