All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class examples.snmp.agent.EnumIfOperStatus

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

public class EnumIfOperStatus
extends Enumerated
implements Serializable
The class is used for representing "IfOperStatus".


Constructor Index

 o EnumIfOperStatus()
 o EnumIfOperStatus(int)
 o EnumIfOperStatus(Integer)
 o EnumIfOperStatus(String)

Constructors

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