public static enum SnmpConstants.StorageTypeEnum extends java.lang.Enum<SnmpConstants.StorageTypeEnum>
Enum Constant | Description |
---|---|
_volatile |
|
nonVolatile |
|
other |
|
permanent |
|
readOnly |
Modifier and Type | Method | Description |
---|---|---|
int |
getSmiValue() |
Gets the SMI value of the enumeration for setting a StorageType OBJECT-TYPE.
|
static SnmpConstants.StorageTypeEnum |
valueOf(java.lang.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(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getSmiValue()
Copyright © 2018 SNMP4J.org. All rights reserved.