goldengate.ftp.exec.snmp
Enum FtpPrivateMib.goldenGateErrorValuesIndex

java.lang.Object
  extended by java.lang.Enum<FtpPrivateMib.goldenGateErrorValuesIndex>
      extended by goldengate.ftp.exec.snmp.FtpPrivateMib.goldenGateErrorValuesIndex
All Implemented Interfaces:
Serializable, Comparable<FtpPrivateMib.goldenGateErrorValuesIndex>
Enclosing class:
FtpPrivateMib

public static enum FtpPrivateMib.goldenGateErrorValuesIndex
extends Enum<FtpPrivateMib.goldenGateErrorValuesIndex>

Error part

Author:
Frederic Bregier

Enum Constant Summary
reply_421
           
reply_425
           
reply_426
           
reply_450
           
reply_451
           
reply_452
           
reply_500
           
reply_501
           
reply_502
           
reply_503
           
reply_504
           
reply_522
           
reply_530
           
reply_532
           
reply_550
           
reply_551
           
reply_552
           
reply_553
           
 
Field Summary
 goldengate.common.command.ReplyCode code
           
 
Method Summary
 int getOID()
           
static FtpPrivateMib.goldenGateErrorValuesIndex valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FtpPrivateMib.goldenGateErrorValuesIndex[] 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

reply_421

public static final FtpPrivateMib.goldenGateErrorValuesIndex reply_421

reply_425

public static final FtpPrivateMib.goldenGateErrorValuesIndex reply_425

reply_426

public static final FtpPrivateMib.goldenGateErrorValuesIndex reply_426

reply_450

public static final FtpPrivateMib.goldenGateErrorValuesIndex reply_450

reply_451

public static final FtpPrivateMib.goldenGateErrorValuesIndex reply_451

reply_452

public static final FtpPrivateMib.goldenGateErrorValuesIndex reply_452

reply_500

public static final FtpPrivateMib.goldenGateErrorValuesIndex reply_500

reply_501

public static final FtpPrivateMib.goldenGateErrorValuesIndex reply_501

reply_502

public static final FtpPrivateMib.goldenGateErrorValuesIndex reply_502

reply_503

public static final FtpPrivateMib.goldenGateErrorValuesIndex reply_503

reply_504

public static final FtpPrivateMib.goldenGateErrorValuesIndex reply_504

reply_522

public static final FtpPrivateMib.goldenGateErrorValuesIndex reply_522

reply_530

public static final FtpPrivateMib.goldenGateErrorValuesIndex reply_530

reply_532

public static final FtpPrivateMib.goldenGateErrorValuesIndex reply_532

reply_550

public static final FtpPrivateMib.goldenGateErrorValuesIndex reply_550

reply_551

public static final FtpPrivateMib.goldenGateErrorValuesIndex reply_551

reply_552

public static final FtpPrivateMib.goldenGateErrorValuesIndex reply_552

reply_553

public static final FtpPrivateMib.goldenGateErrorValuesIndex reply_553
Field Detail

code

public goldengate.common.command.ReplyCode code
Method Detail

values

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

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

valueOf

public static FtpPrivateMib.goldenGateErrorValuesIndex 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.