Uses of Interface
com.snmp4j.smi.SmiSyntax
Packages that use SmiSyntax
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 SmiSyntax in com.snmp4j.smi
Classes in com.snmp4j.smi that implement SmiSyntaxModifier and TypeClassDescriptionclass
TheSmiSyntaxImpl
class represents the attributes of a SMI SYNTAX clause.Methods in com.snmp4j.smi that return SmiSyntaxModifier and TypeMethodDescriptionSmiSyntax.getResolvedSyntax()
Returns the resolved syntax.SmiSyntaxImpl.getResolvedSyntax()
SmiObjectCompliance.getSyntax()
Gets the SYNTAX of the OBJECT compliance clause.SmiValueType.getSyntax()
Gets the SYNTAX clause of this OBJECT-TYPE or TEXTUAL-CONVENTION.SmiObjectCompliance.getWriteSyntax()
Gets the WRITE-SYNTAX of the OBJECT compliance clause.Constructors in com.snmp4j.smi with parameters of type SmiSyntaxModifierConstructorDescriptionSmiSyntaxImpl
(String syntaxClause, SmiSyntaxType syntaxType, int smiSyntax, List<SmiSyntaxElement> elementList, SmiSyntax resolvedSyntax, String resolvedDisplayHint) Creates a SYNTAX implementation from clause and sub-elements.