goldengate.snmp.r66
Enum GgPrivateMib.goldenGateDefinitionIndex
java.lang.Object
java.lang.Enum<GgPrivateMib.goldenGateDefinitionIndex>
goldengate.snmp.r66.GgPrivateMib.goldenGateDefinitionIndex
- All Implemented Interfaces:
- Serializable, Comparable<GgPrivateMib.goldenGateDefinitionIndex>
- Enclosing class:
- GgPrivateMib
public static enum GgPrivateMib.goldenGateDefinitionIndex
- extends Enum<GgPrivateMib.goldenGateDefinitionIndex>
Definition part
- Author:
- Frederic Bregier
applName
public static final GgPrivateMib.goldenGateDefinitionIndex applName
applServerName
public static final GgPrivateMib.goldenGateDefinitionIndex applServerName
applVersion
public static final GgPrivateMib.goldenGateDefinitionIndex applVersion
applDescription
public static final GgPrivateMib.goldenGateDefinitionIndex applDescription
applURL
public static final GgPrivateMib.goldenGateDefinitionIndex applURL
applApplicationProtocol
public static final GgPrivateMib.goldenGateDefinitionIndex applApplicationProtocol
values
public static GgPrivateMib.goldenGateDefinitionIndex[] 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.goldenGateDefinitionIndex c : GgPrivateMib.goldenGateDefinitionIndex.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.goldenGateDefinitionIndex 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.