org.ala.client.model
Enum LogEventType

java.lang.Object
  extended by java.lang.Enum<LogEventType>
      extended by org.ala.client.model.LogEventType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<LogEventType>

Deprecated.

@Deprecated
public enum LogEventType
extends java.lang.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

OCCURRENCE_RECORDS_VIEWED

public static final LogEventType OCCURRENCE_RECORDS_VIEWED
Deprecated. 

OCCURRENCE_RECORDS_VIEWED_ON_MAP

public static final LogEventType OCCURRENCE_RECORDS_VIEWED_ON_MAP
Deprecated. 

OCCURRENCE_RECORDS_DOWNLOADED

public static final LogEventType OCCURRENCE_RECORDS_DOWNLOADED
Deprecated. 

IMAGE_VIEWED

public static final LogEventType IMAGE_VIEWED
Deprecated. 
Method Detail

values

public static LogEventType[] values()
Deprecated. 
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (LogEventType c : LogEventType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static LogEventType valueOf(java.lang.String name)
Deprecated. 
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getId

public int getId()
Deprecated. 

getName

public java.lang.String getName()
Deprecated. 

getLogEventType

public static LogEventType getLogEventType(java.lang.String name)
Deprecated. 

getLogEventType

public static LogEventType getLogEventType(int id)
Deprecated. 

toString

public java.lang.String toString()
Deprecated. 
Overrides:
toString in class java.lang.Enum<LogEventType>

getInsertSql

public java.lang.String getInsertSql()
Deprecated. 


Copyright © 2014 ALA. All Rights Reserved.