com.sun.management.snmp.usm.usmmib
Class EnumUsmUserStorageType
java.lang.Object
com.sun.jdmk.Enumerated
com.sun.management.snmp.usm.usmmib.EnumUsmUserStorageType
- All Implemented Interfaces:
- Serializable
- public class EnumUsmUserStorageType
- extends Enumerated
- implements Serializable
The class is used for representing "UsmUserStorageType".
- Since:
- Java DMK 5.1
- See Also:
- Serialized Form
intTable
protected static Hashtable intTable
stringTable
protected static Hashtable stringTable
EnumUsmUserStorageType
public EnumUsmUserStorageType(int valueIndex)
throws IllegalArgumentException
EnumUsmUserStorageType
public EnumUsmUserStorageType(Integer valueIndex)
throws IllegalArgumentException
EnumUsmUserStorageType
public EnumUsmUserStorageType()
throws IllegalArgumentException
EnumUsmUserStorageType
public EnumUsmUserStorageType(String x)
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-2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.