goldengate.snmp.r66
Enum GgPrivateMib.goldenGateDetailedValuesIndex

java.lang.Object
  extended by java.lang.Enum<GgPrivateMib.goldenGateDetailedValuesIndex>
      extended by goldengate.snmp.r66.GgPrivateMib.goldenGateDetailedValuesIndex
All Implemented Interfaces:
Serializable, Comparable<GgPrivateMib.goldenGateDetailedValuesIndex>
Enclosing class:
GgPrivateMib

public static enum GgPrivateMib.goldenGateDetailedValuesIndex
extends Enum<GgPrivateMib.goldenGateDetailedValuesIndex>

Detailed part

Author:
Frederic Bregier

Enum Constant Summary
nbAllRunningStep
           
nbCompleteOkStep
           
nbInitOkStep
           
nbPostProcessingOkStep
           
nbPreProcessingOkStep
           
nbRunningStep
           
nbStepAllDone
           
nbStepError
           
nbStepNotask
           
nbStepPosttask
           
nbStepPretask
           
nbStepTransfer
           
nbTransferOkStep
           
 
Method Summary
 int getOID()
           
static GgPrivateMib.goldenGateDetailedValuesIndex valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GgPrivateMib.goldenGateDetailedValuesIndex[] 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

nbStepNotask

public static final GgPrivateMib.goldenGateDetailedValuesIndex nbStepNotask

nbStepPretask

public static final GgPrivateMib.goldenGateDetailedValuesIndex nbStepPretask

nbStepTransfer

public static final GgPrivateMib.goldenGateDetailedValuesIndex nbStepTransfer

nbStepPosttask

public static final GgPrivateMib.goldenGateDetailedValuesIndex nbStepPosttask

nbStepAllDone

public static final GgPrivateMib.goldenGateDetailedValuesIndex nbStepAllDone

nbStepError

public static final GgPrivateMib.goldenGateDetailedValuesIndex nbStepError

nbAllRunningStep

public static final GgPrivateMib.goldenGateDetailedValuesIndex nbAllRunningStep

nbRunningStep

public static final GgPrivateMib.goldenGateDetailedValuesIndex nbRunningStep

nbInitOkStep

public static final GgPrivateMib.goldenGateDetailedValuesIndex nbInitOkStep

nbPreProcessingOkStep

public static final GgPrivateMib.goldenGateDetailedValuesIndex nbPreProcessingOkStep

nbTransferOkStep

public static final GgPrivateMib.goldenGateDetailedValuesIndex nbTransferOkStep

nbPostProcessingOkStep

public static final GgPrivateMib.goldenGateDetailedValuesIndex nbPostProcessingOkStep

nbCompleteOkStep

public static final GgPrivateMib.goldenGateDetailedValuesIndex nbCompleteOkStep
Method Detail

values

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

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

valueOf

public static GgPrivateMib.goldenGateDetailedValuesIndex 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

getOID

public int getOID()


Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.