All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class examples.snmp.agent.EnumSnmpEnableAuthenTraps

java.lang.Object
   |
   +----com.sun.jaw.reference.common.Enumerated
           |
           +----examples.snmp.agent.EnumSnmpEnableAuthenTraps

public class EnumSnmpEnableAuthenTraps
extends Enumerated
implements Serializable
The class is used for representing "SnmpEnableAuthenTraps".


Constructor Index

 o EnumSnmpEnableAuthenTraps()
 o EnumSnmpEnableAuthenTraps(int)
 o EnumSnmpEnableAuthenTraps(Integer)
 o EnumSnmpEnableAuthenTraps(String)

Constructors

 o EnumSnmpEnableAuthenTraps
 public EnumSnmpEnableAuthenTraps(int valueIndex) throws IllegalArgumentException
Throws: IllegalArgumentException
One of the arguments passed to the method is illegal or inappropriate.
 o EnumSnmpEnableAuthenTraps
 public EnumSnmpEnableAuthenTraps(Integer valueIndex) throws IllegalArgumentException
Throws: IllegalArgumentException
One of the arguments passed to the method is illegal or inappropriate.
 o EnumSnmpEnableAuthenTraps
 public EnumSnmpEnableAuthenTraps() throws IllegalArgumentException
Throws: IllegalArgumentException
One of the arguments passed to the method is illegal or inappropriate.
 o EnumSnmpEnableAuthenTraps
 public EnumSnmpEnableAuthenTraps(String x) throws IllegalArgumentException
Throws: IllegalArgumentException
One of the arguments passed to the method is illegal or inappropriate.

All Packages  Class Hierarchy  This Package  Previous  Next  Index