public static enum SnmpConstants.StorageTypeEnum extends Enum<SnmpConstants.StorageTypeEnum>
Enum Constant and Description |
---|
_volatile |
nonVolatile |
other |
permanent |
readOnly |
Modifier and Type | Method and Description |
---|---|
int |
getSmiValue()
Gets the SMI value of the enumeration for setting a StorageType OBJECT-TYPE.
|
static SnmpConstants.StorageTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnmpConstants.StorageTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SnmpConstants.StorageTypeEnum other
public static final SnmpConstants.StorageTypeEnum _volatile
public static final SnmpConstants.StorageTypeEnum nonVolatile
public static final SnmpConstants.StorageTypeEnum permanent
public static final SnmpConstants.StorageTypeEnum readOnly
public static SnmpConstants.StorageTypeEnum[] values()
for (SnmpConstants.StorageTypeEnum c : SnmpConstants.StorageTypeEnum.values()) System.out.println(c);
public static SnmpConstants.StorageTypeEnum valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getSmiValue()
Copyright © 2021 SNMP4J.org. All rights reserved.