goldengate.snmp.r66
Enum GgPrivateMib.NotificationTasks
java.lang.Object
java.lang.Enum<GgPrivateMib.NotificationTasks>
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
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
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.