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