This project has retired. For details please refer to its Attic page.
CoordELConstants (Apache Oozie Core 3.3.2 API)

org.apache.oozie.coord
Class CoordELConstants

java.lang.Object
  extended by org.apache.oozie.coord.CoordELConstants

public class CoordELConstants
extends Object


Field Summary
static String DEFAULT_DONE_FLAG
           
static String SUBMIT_DAY
           
static int SUBMIT_DAYS
           
static String SUBMIT_HOUR
           
static int SUBMIT_HOURS
           
static String SUBMIT_MINUTE
           
static int SUBMIT_MINUTES
           
static String SUBMIT_MONTH
           
static String SUBMIT_YEAR
           
 
Constructor Summary
CoordELConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SUBMIT_MINUTE

public static final String SUBMIT_MINUTE
See Also:
Constant Field Values

SUBMIT_HOUR

public static final String SUBMIT_HOUR
See Also:
Constant Field Values

SUBMIT_MONTH

public static final String SUBMIT_MONTH
See Also:
Constant Field Values

SUBMIT_DAY

public static final String SUBMIT_DAY
See Also:
Constant Field Values

SUBMIT_YEAR

public static final String SUBMIT_YEAR
See Also:
Constant Field Values

SUBMIT_MINUTES

public static final int SUBMIT_MINUTES
See Also:
Constant Field Values

SUBMIT_HOURS

public static final int SUBMIT_HOURS
See Also:
Constant Field Values

SUBMIT_DAYS

public static final int SUBMIT_DAYS
See Also:
Constant Field Values

DEFAULT_DONE_FLAG

public static final String DEFAULT_DONE_FLAG
See Also:
Constant Field Values
Constructor Detail

CoordELConstants

public CoordELConstants()


Copyright © 2013 Apache Software Foundation. All Rights Reserved.