Uses of Enum Class
com.snmp4j.smi.SmiSyntaxType
Packages that use SmiSyntaxType
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 SmiSyntaxType in com.snmp4j.smi
Methods in com.snmp4j.smi that return SmiSyntaxTypeModifier and TypeMethodDescriptionSmiSyntax.getType()
Returns the type of syntax clause.SmiSyntaxImpl.getType()
static SmiSyntaxType
Returns the enum constant of this class with the specified name.static SmiSyntaxType[]
SmiSyntaxType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.snmp4j.smi with parameters of type SmiSyntaxTypeModifierConstructorDescriptionSmiSyntaxImpl
(String syntaxClause, SmiSyntaxType smiSyntaxType, int smiSyntax, List<SmiSyntaxElement> smiSyntaxElements) Creates a SYNTAX implementation from clause and sub-elements.SmiSyntaxImpl
(String syntaxClause, SmiSyntaxType syntaxType, int smiSyntax, List<SmiSyntaxElement> elementList, SmiSyntax resolvedSyntax, String resolvedDisplayHint) Creates a SYNTAX implementation from clause and sub-elements.