org.apache.oozie.sla.listener
Enum SLAEmailEventListener.EmailField

java.lang.Object
  extended by java.lang.Enum<SLAEmailEventListener.EmailField>
      extended by org.apache.oozie.sla.listener.SLAEmailEventListener.EmailField
All Implemented Interfaces:
Serializable, Comparable<SLAEmailEventListener.EmailField>
Enclosing class:
SLAEmailEventListener

public static enum SLAEmailEventListener.EmailField
extends Enum<SLAEmailEventListener.EmailField>


Enum Constant Summary
ACTUAL_DURATION
           
ACTUAL_END_TIME
           
ACTUAL_START_TIME
           
APP_NAME
           
APP_TYPE
           
EVENT_STATUS
           
EXPECTED_DURATION
           
EXPECTED_END_TIME
           
EXPECTED_START_TIME
           
JOB_STATUS
           
JOB_URL
           
JOBID
           
NOMINAL_TIME
           
NOTIFICATION_MESSAGE
           
PARENT_JOB_URL
           
PARENT_JOBID
           
UPSTREAM_APPS
           
USER
           
 
Method Summary
 String toString()
           
static SLAEmailEventListener.EmailField valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SLAEmailEventListener.EmailField[] values()
          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

EVENT_STATUS

public static final SLAEmailEventListener.EmailField EVENT_STATUS

APP_TYPE

public static final SLAEmailEventListener.EmailField APP_TYPE

APP_NAME

public static final SLAEmailEventListener.EmailField APP_NAME

USER

public static final SLAEmailEventListener.EmailField USER

JOBID

public static final SLAEmailEventListener.EmailField JOBID

PARENT_JOBID

public static final SLAEmailEventListener.EmailField PARENT_JOBID

JOB_URL

public static final SLAEmailEventListener.EmailField JOB_URL

PARENT_JOB_URL

public static final SLAEmailEventListener.EmailField PARENT_JOB_URL

NOMINAL_TIME

public static final SLAEmailEventListener.EmailField NOMINAL_TIME

EXPECTED_START_TIME

public static final SLAEmailEventListener.EmailField EXPECTED_START_TIME

ACTUAL_START_TIME

public static final SLAEmailEventListener.EmailField ACTUAL_START_TIME

EXPECTED_END_TIME

public static final SLAEmailEventListener.EmailField EXPECTED_END_TIME

ACTUAL_END_TIME

public static final SLAEmailEventListener.EmailField ACTUAL_END_TIME

EXPECTED_DURATION

public static final SLAEmailEventListener.EmailField EXPECTED_DURATION

ACTUAL_DURATION

public static final SLAEmailEventListener.EmailField ACTUAL_DURATION

NOTIFICATION_MESSAGE

public static final SLAEmailEventListener.EmailField NOTIFICATION_MESSAGE

UPSTREAM_APPS

public static final SLAEmailEventListener.EmailField UPSTREAM_APPS

JOB_STATUS

public static final SLAEmailEventListener.EmailField JOB_STATUS
Method Detail

values

public static SLAEmailEventListener.EmailField[] values()
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 (SLAEmailEventListener.EmailField c : SLAEmailEventListener.EmailField.values())
    System.out.println(c);

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

valueOf

public static SLAEmailEventListener.EmailField valueOf(String name)
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:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

toString

public String toString()
Overrides:
toString in class Enum<SLAEmailEventListener.EmailField>


Copyright © 2013 Apache Software Foundation. All Rights Reserved.