Uses of Enum Class
com.snmp4j.smi.SmiManager.NonPrintableStringFormat
Packages that use SmiManager.NonPrintableStringFormat
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.NonPrintableStringFormat in com.snmp4j.smi
Subclasses with type arguments of type SmiManager.NonPrintableStringFormat in com.snmp4j.smiModifier and TypeClassDescriptionstatic enumDefines the format for non-printable strings in formatted object identifiers (OIDs).Methods in com.snmp4j.smi that return SmiManager.NonPrintableStringFormatModifier and TypeMethodDescriptionSmiManager.getOidFormatNonPrintableStrings()Gets theSmiManager.NonPrintableStringFormatfor strings in formattedOIDs.Returns the enum constant of this class with the specified name.static SmiManager.NonPrintableStringFormat[]SmiManager.NonPrintableStringFormat.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.NonPrintableStringFormatModifier and TypeMethodDescriptionvoidSmiManager.setOidFormatNonPrintableStrings(SmiManager.NonPrintableStringFormat oidFormatNonPrintableStrings) Sets theSmiManager.NonPrintableStringFormatfor strings in formattedOIDs.