goldengate.snmp.r66
Enum GgPrivateMib.NotificationTasks

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

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

Notification for a task trap

Author:
Frederic Bregier

Enum Constant Summary
filenameInfo
           
globalStepInfo
           
idRuleInfo
           
infoStatusInfo
           
modeTransInfo
           
originalNameInfo
           
rankFileInfo
           
requestedInfo
           
requesterInfo
           
retrieveModeInfo
           
specialIdInfo
           
startTransInfo
           
stepInfo
           
stepStatusInfo
           
 
Method Summary
 int getOID()
           
static GgPrivateMib.NotificationTasks valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GgPrivateMib.NotificationTasks[] 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

globalStepInfo

public static final GgPrivateMib.NotificationTasks globalStepInfo

stepInfo

public static final GgPrivateMib.NotificationTasks stepInfo

rankFileInfo

public static final GgPrivateMib.NotificationTasks rankFileInfo

stepStatusInfo

public static final GgPrivateMib.NotificationTasks stepStatusInfo

filenameInfo

public static final GgPrivateMib.NotificationTasks filenameInfo

originalNameInfo

public static final GgPrivateMib.NotificationTasks originalNameInfo

idRuleInfo

public static final GgPrivateMib.NotificationTasks idRuleInfo

modeTransInfo

public static final GgPrivateMib.NotificationTasks modeTransInfo

retrieveModeInfo

public static final GgPrivateMib.NotificationTasks retrieveModeInfo

startTransInfo

public static final GgPrivateMib.NotificationTasks startTransInfo

infoStatusInfo

public static final GgPrivateMib.NotificationTasks infoStatusInfo

requesterInfo

public static final GgPrivateMib.NotificationTasks requesterInfo

requestedInfo

public static final GgPrivateMib.NotificationTasks requestedInfo

specialIdInfo

public static final GgPrivateMib.NotificationTasks specialIdInfo
Method Detail

values

public static GgPrivateMib.NotificationTasks[] 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.NotificationTasks c : GgPrivateMib.NotificationTasks.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.NotificationTasks 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.