All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class examples.snmp.agent.EnumIfAdminStatus

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

public class EnumIfAdminStatus
extends Enumerated
implements Serializable
The class is used for representing "IfAdminStatus".


Constructor Index

 o EnumIfAdminStatus()
 o EnumIfAdminStatus(int)
 o EnumIfAdminStatus(Integer)
 o EnumIfAdminStatus(String)

Constructors

 o EnumIfAdminStatus
 public EnumIfAdminStatus(int valueIndex) throws IllegalArgumentException
Throws: IllegalArgumentException
One of the arguments passed to the method is illegal or inappropriate.
 o EnumIfAdminStatus
 public EnumIfAdminStatus(Integer valueIndex) throws IllegalArgumentException
Throws: IllegalArgumentException
One of the arguments passed to the method is illegal or inappropriate.
 o EnumIfAdminStatus
 public EnumIfAdminStatus() throws IllegalArgumentException
Throws: IllegalArgumentException
One of the arguments passed to the method is illegal or inappropriate.
 o EnumIfAdminStatus
 public EnumIfAdminStatus(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