Esri Geoportal Server
1.0

com.esri.gpt.catalog.harvest.jobs
Enum HjRecord.JobType

java.lang.Object
  extended by java.lang.Enum<HjRecord.JobType>
      extended by com.esri.gpt.catalog.harvest.jobs.HjRecord.JobType
All Implemented Interfaces:
Serializable, Comparable<HjRecord.JobType>
Enclosing class:
HjRecord

public static enum HjRecord.JobType
extends Enum<HjRecord.JobType>

Job type.


Enum Constant Summary
Full
          Full harvest.
Now
          Harvest now.
 
Method Summary
static HjRecord.JobType checkValueOf(String name)
          Checks type.
static HjRecord.JobType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HjRecord.JobType[] 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, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

Full

public static final HjRecord.JobType Full
Full harvest.


Now

public static final HjRecord.JobType Now
Harvest now.

Method Detail

values

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

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

valueOf

public static HjRecord.JobType 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

checkValueOf

public static HjRecord.JobType checkValueOf(String name)
Checks type.

Parameters:
name - type name.
Returns:
type or none if unknown type.

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.