com.sun.management.snmp.usm.usmmib
Class EnumUsmUserStatus
java.lang.Object
com.sun.jdmk.Enumerated
com.sun.management.snmp.usm.usmmib.EnumUsmUserStatus
- All Implemented Interfaces:
- Serializable
public class EnumUsmUserStatus
- extends Enumerated
- implements Serializable
The class used for representing "UsmUserStatus".
- Since:
- Java DMK 5.1
- See Also:
- Serialized Form
intTable
protected static Hashtable intTable
stringTable
protected static Hashtable stringTable
EnumUsmUserStatus
public EnumUsmUserStatus(int valueIndex)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
EnumUsmUserStatus
public EnumUsmUserStatus(Integer valueIndex)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
EnumUsmUserStatus
public EnumUsmUserStatus()
throws IllegalArgumentException
- Throws:
IllegalArgumentException
EnumUsmUserStatus
public EnumUsmUserStatus(String x)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
getIntTable
protected Hashtable getIntTable()
- Description copied from class:
Enumerated
- Returns the hashtable of the integer forms.
getIntTable().get(x) returns the string form associated
to the integer x.
This method must be implemented by the derived class.
- Specified by:
getIntTable
in class Enumerated
- Returns:
- An hashtable for read-only purpose
getStringTable
protected Hashtable getStringTable()
- Description copied from class:
Enumerated
- Returns the hashtable of the string forms.
getStringTable().get(s) returns the integer form associated
to the string s.
This method must be implemented by the derived class.
- Specified by:
getStringTable
in class Enumerated
- Returns:
- An hashtable for read-only purpose
Copyright 1998-2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.