org.snmp4j.agent.test
Class IfMib.IfTestStatusEnum

java.lang.Object
  extended by org.snmp4j.agent.test.IfMib.IfTestStatusEnum
Enclosing class:
IfMib

public static final class IfMib.IfTestStatusEnum
extends java.lang.Object


Field Summary
static int inUse
           
static int notInUse
           
 
Constructor Summary
IfMib.IfTestStatusEnum()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

notInUse

public static final int notInUse
See Also:
Constant Field Values

inUse

public static final int inUse
See Also:
Constant Field Values
Constructor Detail

IfMib.IfTestStatusEnum

public IfMib.IfTestStatusEnum()

Copyright 2005-2008 Frank Fock (SNMP4J.org)