Uses of Class
org.apache.oozie.client.BundleJob.Timeunit

Packages that use BundleJob.Timeunit
org.apache.oozie.client   
 

Uses of BundleJob.Timeunit in org.apache.oozie.client
 

Methods in org.apache.oozie.client that return BundleJob.Timeunit
 BundleJob.Timeunit BundleJob.getTimeUnit()
          Return the timeUnit for the Bundle job, it could be, Timeunit enum, e.g.
static BundleJob.Timeunit BundleJob.Timeunit.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BundleJob.Timeunit[] BundleJob.Timeunit.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.