public static enum SmiManager.OctetStringDefaultFormat extends Enum<SmiManager.OctetStringDefaultFormat>
| Enum Constant and Description |
|---|
ASCII |
Binary |
Decimal |
Hexadecimal |
MIB |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayHint() |
static SmiManager.OctetStringDefaultFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmiManager.OctetStringDefaultFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SmiManager.OctetStringDefaultFormat MIB
public static final SmiManager.OctetStringDefaultFormat ASCII
public static final SmiManager.OctetStringDefaultFormat Hexadecimal
public static final SmiManager.OctetStringDefaultFormat Decimal
public static final SmiManager.OctetStringDefaultFormat Binary
public static SmiManager.OctetStringDefaultFormat[] values()
for (SmiManager.OctetStringDefaultFormat c : SmiManager.OctetStringDefaultFormat.values()) System.out.println(c);
public static SmiManager.OctetStringDefaultFormat 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 String getDisplayHint()
Copyright © 2015 SNMP4J.com. All Rights Reserved.