All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class examples.snmp.agent.EnumIfType

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

public class EnumIfType
extends Enumerated
implements Serializable
The class is used for representing "IfType".


Constructor Index

 o EnumIfType()
 o EnumIfType(int)
 o EnumIfType(Integer)
 o EnumIfType(String)

Constructors

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