Uses of Enum Class
com.snmp4j.smi.SmiManager.OctetStringDefaultFormat
Packages that use SmiManager.OctetStringDefaultFormat
Package
Description
Provides classes and interfaces for parsing, compiling, loading,
and using Management Information Base (MIB) specifications written in Structure of
Management Information (SMI) version 1 and 2 with SNMP4J to format and parse SNMP data.
-
Uses of SmiManager.OctetStringDefaultFormat in com.snmp4j.smi
Methods in com.snmp4j.smi that return SmiManager.OctetStringDefaultFormatModifier and TypeMethodDescriptionSmiManager.getOctetStringDisplayHint()
Gets the current OCTET STRING default display format.Returns the enum constant of this class with the specified name.static SmiManager.OctetStringDefaultFormat[]
SmiManager.OctetStringDefaultFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.snmp4j.smi with parameters of type SmiManager.OctetStringDefaultFormatModifier and TypeMethodDescriptionvoid
SmiManager.setOctetStringDisplayHint
(SmiManager.OctetStringDefaultFormat octetStringDisplayHint) Sets the display format forOctetString
values as defined by the enumerationSmiManager.OctetStringDefaultFormat
.