- canRead() - Method in class net.percederberg.mibble.snmp.SnmpAccess
-
Checks if this access mode allows reading the value.
- canWrite() - Method in class net.percederberg.mibble.snmp.SnmpAccess
-
Checks if this access mode allows writing the value.
- ChoiceType - Class in net.percederberg.mibble.type
-
A choice MIB type.
- ChoiceType(ArrayList<ElementType>) - Constructor for class net.percederberg.mibble.type.ChoiceType
-
Creates a new choice MIB type.
- clear() - Method in class net.percederberg.mibble.MibValue
-
Clears and prepares this value for garbage collection.
- clear() - Method in class net.percederberg.mibble.value.BitSetValue
-
Clears and prepares this value for garbage collection.
- clear() - Method in class net.percederberg.mibble.value.ObjectIdentifierValue
-
Clears and prepares this value for garbage collection.
- close() - Method in class net.percederberg.mibble.MibWriter
-
Closes the underlying output stream.
- column - Variable in class net.percederberg.mibble.FileLocation
-
The column number.
- compareTo(Object) - Method in class net.percederberg.mibble.value.BitSetValue
-
Compares this object with the specified object for order.
- compareTo(Object) - Method in class net.percederberg.mibble.value.BooleanValue
-
Compares this object with the specified object for order.
- compareTo(Object) - Method in class net.percederberg.mibble.value.NullValue
-
Compares this object with the specified object for order.
- compareTo(Object) - Method in class net.percederberg.mibble.value.NumberValue
-
Compares this object with the specified object for order.
- compareTo(Object) - Method in class net.percederberg.mibble.value.ObjectIdentifierValue
-
Compares this object with the specified object for order.
- compareTo(Object) - Method in class net.percederberg.mibble.value.StringValue
-
Compares this object with the specified object for order.
- compareTo(Object) - Method in class net.percederberg.mibble.value.ValueReference
-
Compares this object with the specified object for order.
- CompoundConstraint - Class in net.percederberg.mibble.type
-
A compound MIB type constraint.
- CompoundConstraint(Constraint, Constraint) - Constructor for class net.percederberg.mibble.type.CompoundConstraint
-
Creates a new compound constraint.
- Constraint - Interface in net.percederberg.mibble.type
-
A MIB type constraint.
- CONTEXT_SPECIFIC_CATEGORY - Static variable in class net.percederberg.mibble.MibTypeTag
-
The context specific type tag category.
- createReference() - Method in class net.percederberg.mibble.MibType
-
Creates a type reference to this type.
- createReference(Constraint) - Method in class net.percederberg.mibble.MibType
-
Creates a constrained type reference to this type.
- createReference(ArrayList<?>) - Method in class net.percederberg.mibble.MibType
-
Creates a constrained type reference to this type.
- createReference() - Method in class net.percederberg.mibble.MibValue
-
Creates a value reference to this value.
- createReference() - Method in class net.percederberg.mibble.snmp.SnmpTextualConvention
-
Creates a type reference to this type.
- createReference(Constraint) - Method in class net.percederberg.mibble.snmp.SnmpTextualConvention
-
Creates a constrained type reference to this type.
- createReference(ArrayList<?>) - Method in class net.percederberg.mibble.snmp.SnmpTextualConvention
-
Creates a constrained type reference to this type.
- createReference() - Method in class net.percederberg.mibble.type.BitSetType
-
Creates a type reference to this type.
- createReference(Constraint) - Method in class net.percederberg.mibble.type.BitSetType
-
Creates a constrained type reference to this type.
- createReference(ArrayList<?>) - Method in class net.percederberg.mibble.type.BitSetType
-
Creates a constrained type reference to this type.
- createReference() - Method in class net.percederberg.mibble.type.BooleanType
-
Creates a type reference to this type.
- createReference() - Method in class net.percederberg.mibble.type.ChoiceType
-
Creates a type reference to this type.
- createReference() - Method in class net.percederberg.mibble.type.IntegerType
-
Creates a type reference to this type.
- createReference(Constraint) - Method in class net.percederberg.mibble.type.IntegerType
-
Creates a constrained type reference to this type.
- createReference(ArrayList<?>) - Method in class net.percederberg.mibble.type.IntegerType
-
Creates a constrained type reference to this type.
- createReference() - Method in class net.percederberg.mibble.type.NullType
-
Creates a type reference to this type.
- createReference() - Method in class net.percederberg.mibble.type.ObjectIdentifierType
-
Creates a type reference to this type.
- createReference() - Method in class net.percederberg.mibble.type.RealType
-
Creates a type reference to this type.
- createReference() - Method in class net.percederberg.mibble.type.SequenceOfType
-
Creates a type reference to this type.
- createReference(Constraint) - Method in class net.percederberg.mibble.type.SequenceOfType
-
Creates a constrained type reference to this type.
- createReference() - Method in class net.percederberg.mibble.type.SequenceType
-
Creates a type reference to this type.
- createReference() - Method in class net.percederberg.mibble.type.StringType
-
Creates a type reference to this type.
- createReference(Constraint) - Method in class net.percederberg.mibble.type.StringType
-
Creates a constrained type reference to this type.
- createReference() - Method in class net.percederberg.mibble.value.BitSetValue
-
Creates a value reference to this value.
- createReference() - Method in class net.percederberg.mibble.value.BooleanValue
-
Creates a value reference to this value.
- createReference() - Method in class net.percederberg.mibble.value.NullValue
-
Creates a value reference to this value.
- createReference() - Method in class net.percederberg.mibble.value.NumberValue
-
Creates a value reference to this value.
- createReference() - Method in class net.percederberg.mibble.value.ObjectIdentifierValue
-
Creates a value reference to this value.
- createReference() - Method in class net.percederberg.mibble.value.StringValue
-
Creates a value reference to this value.
- CURRENT - Static variable in class net.percederberg.mibble.snmp.SnmpStatus
-
The current SNMP status.
- getAccess() - Method in class net.percederberg.mibble.snmp.SnmpCompliance
-
Returns the access mode.
- getAccess() - Method in class net.percederberg.mibble.snmp.SnmpObjectType
-
Returns the access mode.
- getAccess() - Method in class net.percederberg.mibble.snmp.SnmpVariation
-
Returns the access mode.
- getAllChildren() - Method in class net.percederberg.mibble.value.ObjectIdentifierValue
-
Returns an array of all child object identifier values.
- getAllElements() - Method in class net.percederberg.mibble.type.ChoiceType
-
Returns all the element types.
- getAllElements() - Method in class net.percederberg.mibble.type.SequenceType
-
Returns all the element types.
- getAllImports() - Method in class net.percederberg.mibble.Mib
-
Returns all MIB import references.
- getAllMibs() - Method in class net.percederberg.mibble.MibLoader
-
Returns all previously loaded MIB files.
- getAllSymbolNames() - Method in class net.percederberg.mibble.MibImport
-
Returns all symbol names in this MIB import declaration.
- getAllSymbols() - Method in class net.percederberg.mibble.Mib
-
Returns all symbols in this MIB.
- getAllSymbols() - Method in class net.percederberg.mibble.type.BitSetType
-
Returns all named bit values.
- getAllSymbols() - Method in class net.percederberg.mibble.type.IntegerType
-
Returns all named integer values.
- getAugments() - Method in class net.percederberg.mibble.snmp.SnmpObjectType
-
Returns the augmented index value.
- getBaseSymbol() - Method in class net.percederberg.mibble.snmp.SnmpVariation
-
Returns the base symbol that this variation applies to.
- getBits() - Method in class net.percederberg.mibble.value.BitSetValue
-
Returns all the bits in this bit set as individual number
values.
- getBuildInfo() - Method in class net.percederberg.mibble.MibbleBrowser
-
Returns the application build information.
- getByteSize(MibType, int) - Method in class net.percederberg.mibble.value.NumberValue
-
Returns the number of bytes required by the specified type and
initial value size.
- getCategory() - Method in class net.percederberg.mibble.MibTypeTag
-
Returns the type tag category.
- getChild(int) - Method in class net.percederberg.mibble.MibValueSymbol
-
Returns a specific child symbol in the OID tree.
- getChild(int) - Method in class net.percederberg.mibble.value.ObjectIdentifierValue
-
Returns a child object identifier value.
- getChildByName(String) - Method in class net.percederberg.mibble.value.ObjectIdentifierValue
-
Returns a child object identifier value.
- getChildByValue(int) - Method in class net.percederberg.mibble.value.ObjectIdentifierValue
-
Returns a child object identifier value.
- getChildCount() - Method in class net.percederberg.mibble.MibValueSymbol
-
Returns the number of child symbols in the OID tree.
- getChildCount() - Method in class net.percederberg.mibble.value.ObjectIdentifierValue
-
Returns the number of child object identifier values.
- getChildren() - Method in class net.percederberg.mibble.MibValueSymbol
-
Returns all child symbols in the OID tree.
- getColumnNumber() - Method in class net.percederberg.mibble.FileLocation
-
Returns the column number.
- getColumnNumber() - Method in class net.percederberg.mibble.MibLoaderLog.LogEntry
-
Returns the column number.
- getComment() - Method in class net.percederberg.mibble.MibSymbol
-
Returns the symbol comment.
- getComment() - Method in class net.percederberg.mibble.MibType
-
Returns the type comment.
- getComment() - Method in class net.percederberg.mibble.snmp.SnmpCompliance
-
Returns the compliance comment.
- getComment() - Method in class net.percederberg.mibble.snmp.SnmpModule
-
Returns the module comment.
- getComment() - Method in class net.percederberg.mibble.snmp.SnmpRevision
-
Returns the revision comment.
- getCompliances() - Method in class net.percederberg.mibble.snmp.SnmpModule
-
Returns the list of compliances.
- getConstraint() - Method in class net.percederberg.mibble.type.BitSetType
-
Returns the optional type constraint.
- getConstraint() - Method in class net.percederberg.mibble.type.IntegerType
-
Returns the optional type constraint.
- getConstraint() - Method in class net.percederberg.mibble.type.SequenceOfType
-
Returns the optional type constraint.
- getConstraint() - Method in class net.percederberg.mibble.type.StringType
-
Returns the optional type constraint.
- getConstraintList() - Method in class net.percederberg.mibble.type.CompoundConstraint
-
Returns a list of the constraints in this compound.
- getContactInfo() - Method in class net.percederberg.mibble.snmp.SnmpModuleIdentity
-
Returns the organization contact information.
- getContentMap() - Method in class net.percederberg.mibble.MibLocator
-
Returns (and creates if needed) the MIB file content map.
- getDefaultContext() - Method in class net.percederberg.mibble.MibLoader
-
Returns the default MIB context.
- getDefaultValue() - Method in class net.percederberg.mibble.snmp.SnmpObjectType
-
Returns the default value.
- getDefaultValue() - Method in class net.percederberg.mibble.snmp.SnmpVariation
-
Returns the default value.
- getDescription() - Method in class net.percederberg.mibble.snmp.SnmpCompliance
-
Returns the compliance description.
- getDescription() - Method in class net.percederberg.mibble.snmp.SnmpRevision
-
Returns the revision description.
- getDescription() - Method in class net.percederberg.mibble.snmp.SnmpType
-
Returns the type description.
- getDescription(String) - Method in class net.percederberg.mibble.snmp.SnmpType
-
Returns the type description indented with the specified
string.
- getDescription() - Method in class net.percederberg.mibble.snmp.SnmpVariation
-
Returns the variation description.
- getDir() - Method in class net.percederberg.mibble.MibLocator
-
Returns the directory or resource path indexed.
- getDirs() - Method in class net.percederberg.mibble.MibLoader
-
Returns all the directories in the MIB search path.
- getDisplayHint() - Method in class net.percederberg.mibble.snmp.SnmpTextualConvention
-
Returns the display hint.
- getElementType() - Method in class net.percederberg.mibble.type.SequenceOfType
-
Returns the sequence element type.
- getEnterprise() - Method in class net.percederberg.mibble.snmp.SnmpTrapType
-
Returns the enterprise value.
- getFile() - Method in class net.percederberg.mibble.FileLocation
-
Returns the file name.
- getFile() - Method in class net.percederberg.mibble.Mib
-
Returns the MIB file.
- getFile() - Method in class net.percederberg.mibble.MibLoaderLog.LogEntry
-
Returns the file this entry applies to.
- getFile() - Method in class net.percederberg.mibble.MibSource
-
Returns the MIB file if set.
- getFileRef() - Method in exception net.percederberg.mibble.MibException
-
Returns the error MIB file location.
- getFileRef() - Method in class net.percederberg.mibble.MibSymbol
-
Returns the MIB file reference.
- getFileRef() - Method in class net.percederberg.mibble.type.TypeReference
-
Returns the reference MIB file location.
- getFileRef() - Method in class net.percederberg.mibble.value.ValueReference
-
Returns the reference MIB file location.
- getFooterComment() - Method in class net.percederberg.mibble.Mib
-
Returns the MIB file footer comment.
- getGroups() - Method in class net.percederberg.mibble.snmp.SnmpModule
-
Returns the list of mandatory group values.
- getGroups() - Method in class net.percederberg.mibble.snmp.SnmpModuleSupport
-
Returns the list of included group values.
- getHeaderComment() - Method in class net.percederberg.mibble.Mib
-
Returns the MIB file header comment.
- getImportingMibs() - Method in class net.percederberg.mibble.Mib
-
Finds all MIB:s that are dependant on this one.
- getIndex() - Method in class net.percederberg.mibble.snmp.SnmpObjectType
-
Returns the list of indices.
- getLastUpdated() - Method in class net.percederberg.mibble.snmp.SnmpModuleIdentity
-
Returns the last updated date.
- getLineNumber() - Method in class net.percederberg.mibble.FileLocation
-
Returns the line number.
- getLineNumber() - Method in class net.percederberg.mibble.MibLoaderLog.LogEntry
-
Returns the line number.
- getLoader() - Method in class net.percederberg.mibble.Mib
-
Returns the MIB loader used when loading this MIB.
- getLocation() - Method in class net.percederberg.mibble.MibSymbol
-
Deprecated.
Use the getFileRef() method instead.
- getLog() - Method in class net.percederberg.mibble.Mib
-
Returns the loader log used when loading this MIB.
- getLog() - Method in exception net.percederberg.mibble.MibLoaderException
-
Returns the MIB loader log.
- getLowerBound() - Method in class net.percederberg.mibble.type.ValueRangeConstraint
-
Returns the lower bound value.
- getMessage() - Method in exception net.percederberg.mibble.MibLoaderException
-
Returns a error summary message.
- getMessage() - Method in class net.percederberg.mibble.MibLoaderLog.LogEntry
-
Returns the log entry message.
- getMib() - Method in class net.percederberg.mibble.MibImport
-
Returns the imported MIB.
- getMib(String) - Method in class net.percederberg.mibble.MibLoader
-
Returns a previously loaded MIB file.
- getMib(File) - Method in class net.percederberg.mibble.MibLoader
-
Returns a previously loaded MIB file.
- getMib() - Method in class net.percederberg.mibble.MibSymbol
-
Returns the symbol MIB file.
- getMib() - Method in class net.percederberg.mibble.value.ObjectIdentifierValue
-
Returns the MIB that this object identifier is connected to.
- getMibs() - Method in class net.percederberg.mibble.MibLoader
-
Returns a map of all MIB names and MIB files.
- getMibs(File) - Method in class net.percederberg.mibble.MibLoader
-
Returns a map of all MIBs from a file.
- getMibs(boolean) - Method in class net.percederberg.mibble.MibLoader
-
Returns a map of all MIBs explicitly (or implicitly) loaded.
- getModule() - Method in class net.percederberg.mibble.snmp.SnmpModule
-
Returns the module name.
- getModule() - Method in class net.percederberg.mibble.snmp.SnmpModuleSupport
-
Returns the module name.
- getModules() - Method in class net.percederberg.mibble.snmp.SnmpAgentCapabilities
-
Returns the list of the supported modules.
- getModules() - Method in class net.percederberg.mibble.snmp.SnmpModuleCompliance
-
Returns the list of SNMP modules.
- getName() - Method in class net.percederberg.mibble.Mib
-
Returns the MIB name.
- getName() - Method in class net.percederberg.mibble.MibImport
-
Returns the imported MIB name.
- getName() - Method in class net.percederberg.mibble.MibSymbol
-
Returns the symbol name.
- getName() - Method in class net.percederberg.mibble.MibType
-
Returns the type name.
- getName() - Method in class net.percederberg.mibble.MibValue
-
Returns the value name.
- getName() - Method in class net.percederberg.mibble.type.ElementType
-
Returns the optional element name.
- getName() - Method in class net.percederberg.mibble.value.ObjectIdentifierValue
-
Returns this object identifier component name.
- getNameMap() - Method in class net.percederberg.mibble.MibLocator
-
Returns (and creates if needed) the MIB file name map.
- getNext() - Method in class net.percederberg.mibble.MibTypeTag
-
Returns the next type tag in the tag chain.
- getNotifications() - Method in class net.percederberg.mibble.snmp.SnmpNotificationGroup
-
Returns the list of notification MIB values.
- getObjects() - Method in class net.percederberg.mibble.snmp.SnmpNotificationType
-
Returns the value objects.
- getObjects() - Method in class net.percederberg.mibble.snmp.SnmpObjectGroup
-
Returns the value objects.
- getOid(String) - Method in class net.percederberg.mibble.MibLoader
-
Searches the OID tree from the loaded MIB files for the best
matching value.
- getOid() - Method in class net.percederberg.mibble.MibValueSymbol
-
Returns the symbol object identifier value (if set).
- getOrganization() - Method in class net.percederberg.mibble.snmp.SnmpModuleIdentity
-
Returns the organization name.
- getParent() - Method in class net.percederberg.mibble.MibValueSymbol
-
Returns the parent symbol in the OID tree.
- getParent() - Method in class net.percederberg.mibble.value.ObjectIdentifierValue
-
Returns the parent object identifier value.
- getParentValues() - Method in class net.percederberg.mibble.value.ObjectIdentifierValue
-
Returns an array of all the numeric values the OID chain.
- getProductRelease() - Method in class net.percederberg.mibble.snmp.SnmpAgentCapabilities
-
Returns the product release.
- getReader() - Method in class net.percederberg.mibble.MibSource
-
Returns a stream reader for the MIB file.
- getReference() - Method in class net.percederberg.mibble.snmp.SnmpAgentCapabilities
-
Returns the type reference.
- getReference() - Method in class net.percederberg.mibble.snmp.SnmpModuleCompliance
-
Returns the type reference.
- getReference() - Method in class net.percederberg.mibble.snmp.SnmpNotificationGroup
-
Returns the type reference.
- getReference() - Method in class net.percederberg.mibble.snmp.SnmpNotificationType
-
Returns the notification type reference.
- getReference() - Method in class net.percederberg.mibble.snmp.SnmpObjectGroup
-
Returns the object group reference.
- getReference() - Method in class net.percederberg.mibble.snmp.SnmpObjectIdentity
-
Returns the object identity reference.
- getReference() - Method in class net.percederberg.mibble.snmp.SnmpObjectType
-
Returns the type reference.
- getReference() - Method in class net.percederberg.mibble.snmp.SnmpTextualConvention
-
Returns the type reference.
- getReference() - Method in class net.percederberg.mibble.snmp.SnmpTrapType
-
Returns the type reference.
- getReferenceSymbol() - Method in class net.percederberg.mibble.MibType
-
Returns the type reference symbol.
- getReferenceSymbol() - Method in class net.percederberg.mibble.MibValue
-
Returns the value reference symbol.
- getRequiredCells() - Method in class net.percederberg.mibble.snmp.SnmpVariation
-
Returns cell values required for creation.
- getResourceDirs() - Method in class net.percederberg.mibble.MibLoader
-
Returns all the directories in the MIB resource path.
- getRevisions() - Method in class net.percederberg.mibble.snmp.SnmpModuleIdentity
-
Returns a list of all the SNMP module revisions.
- getRootOid() - Method in class net.percederberg.mibble.MibLoader
-
Returns the "iso" root object identifier value (OID).
- getRootSymbol() - Method in class net.percederberg.mibble.Mib
-
Returns the root MIB value symbol.
- getSmiVersion() - Method in class net.percederberg.mibble.Mib
-
Returns the SMI version used for defining this MIB.
- getStatus() - Method in class net.percederberg.mibble.snmp.SnmpAgentCapabilities
-
Returns the type status.
- getStatus() - Method in class net.percederberg.mibble.snmp.SnmpModuleCompliance
-
Returns the type status.
- getStatus() - Method in class net.percederberg.mibble.snmp.SnmpNotificationGroup
-
Returns the type status.
- getStatus() - Method in class net.percederberg.mibble.snmp.SnmpNotificationType
-
Returns the notification type status.
- getStatus() - Method in class net.percederberg.mibble.snmp.SnmpObjectGroup
-
Returns the object group status.
- getStatus() - Method in class net.percederberg.mibble.snmp.SnmpObjectIdentity
-
Returns the object identity status.
- getStatus() - Method in class net.percederberg.mibble.snmp.SnmpObjectType
-
Returns the type status.
- getStatus() - Method in class net.percederberg.mibble.snmp.SnmpTextualConvention
-
Returns the type status.
- getSymbol(String) - Method in class net.percederberg.mibble.Mib
-
Returns a symbol from this MIB.
- getSymbol(String) - Method in class net.percederberg.mibble.type.BitSetType
-
Returns a named bit value.
- getSymbol(String) - Method in class net.percederberg.mibble.type.IntegerType
-
Returns a named integer value.
- getSymbol() - Method in class net.percederberg.mibble.type.TypeReference
-
Returns the referenced symbol.
- getSymbol() - Method in class net.percederberg.mibble.value.ObjectIdentifierValue
-
Returns the symbol connected to this object identifier.
- getSymbol() - Method in class net.percederberg.mibble.value.ValueReference
-
Returns the referenced symbol.
- getSymbolByOid(String) - Method in class net.percederberg.mibble.Mib
-
Returns a value symbol from this MIB.
- getSymbolByValue(String) - Method in class net.percederberg.mibble.Mib
-
Returns a value symbol from this MIB.
- getSymbolByValue(MibValue) - Method in class net.percederberg.mibble.Mib
-
Returns a value symbol from this MIB.
- getSyntax() - Method in class net.percederberg.mibble.snmp.SnmpCompliance
-
Returns the value syntax.
- getSyntax() - Method in class net.percederberg.mibble.snmp.SnmpObjectType
-
Returns the type syntax.
- getSyntax() - Method in class net.percederberg.mibble.snmp.SnmpTextualConvention
-
Returns the type syntax.
- getSyntax() - Method in class net.percederberg.mibble.snmp.SnmpVariation
-
Returns the value syntax.
- getTag() - Method in class net.percederberg.mibble.MibType
-
Returns the type tag.
- getText() - Method in class net.percederberg.mibble.Mib
-
Returns the unparsed input MIB text.
- getText() - Method in class net.percederberg.mibble.MibSymbol
-
Returns the unparsed input MIB text.
- getType() - Method in class net.percederberg.mibble.MibLoaderLog.LogEntry
-
Returns the log entry type.
- getType() - Method in class net.percederberg.mibble.MibTypeSymbol
-
Returns the symbol type.
- getType() - Method in class net.percederberg.mibble.MibValueSymbol
-
Returns the symbol type.
- getType() - Method in class net.percederberg.mibble.snmp.SnmpIndex
-
Returns the index type if present.
- getType() - Method in class net.percederberg.mibble.type.ElementType
-
Returns the referenced MIB type.
- getTypeOrValue() - Method in class net.percederberg.mibble.snmp.SnmpIndex
-
Returns the index type or value.
- getUnformattedContactInfo() - Method in class net.percederberg.mibble.snmp.SnmpModuleIdentity
-
Returns the unformatted organization contact information.
- getUnformattedDescription() - Method in class net.percederberg.mibble.snmp.SnmpCompliance
-
Returns the unformatted compliance description.
- getUnformattedDescription() - Method in class net.percederberg.mibble.snmp.SnmpRevision
-
Returns the unformatted revision description.
- getUnformattedDescription() - Method in class net.percederberg.mibble.snmp.SnmpType
-
Returns the unformatted type description.
- getUnits() - Method in class net.percederberg.mibble.snmp.SnmpObjectType
-
Returns the units description.
- getUpperBound() - Method in class net.percederberg.mibble.type.ValueRangeConstraint
-
Returns the upper bound value.
- getUrl() - Method in class net.percederberg.mibble.MibLocator
-
Returns a URL to the directory or resource path indexed.
- getURL() - Method in class net.percederberg.mibble.MibSource
-
Returns the MIB URL if set.
- getValue() - Method in class net.percederberg.mibble.MibTypeTag
-
Returns the type tag value.
- getValue() - Method in class net.percederberg.mibble.MibValueSymbol
-
Returns the symbol value.
- getValue() - Method in class net.percederberg.mibble.snmp.SnmpCompliance
-
Returns the value.
- getValue() - Method in class net.percederberg.mibble.snmp.SnmpIndex
-
Returns the index value if present.
- getValue() - Method in class net.percederberg.mibble.snmp.SnmpRevision
-
Returns the revision number.
- getValue() - Method in class net.percederberg.mibble.snmp.SnmpVariation
-
Returns the value.
- getValue() - Method in class net.percederberg.mibble.type.ValueConstraint
-
Returns the constraint value.
- getValue() - Method in class net.percederberg.mibble.value.ObjectIdentifierValue
-
Returns this object identifier component value.
- getValues() - Method in class net.percederberg.mibble.type.SizeConstraint
-
Returns a list of the value constraints on the size.
- getVariables() - Method in class net.percederberg.mibble.snmp.SnmpTrapType
-
Returns the list of MIB values.
- getVariations() - Method in class net.percederberg.mibble.snmp.SnmpModuleSupport
-
Returns the list of variations.
- getWriteSyntax() - Method in class net.percederberg.mibble.snmp.SnmpCompliance
-
Returns the value write syntax.
- getWriteSyntax() - Method in class net.percederberg.mibble.snmp.SnmpVariation
-
Returns the value write syntax.
- initialize(MibLoaderLog) - Method in class net.percederberg.mibble.MibImport
-
Initializes the MIB import.
- initialize(MibLoaderLog) - Method in class net.percederberg.mibble.MibMacroSymbol
-
Initializes the MIB symbol.
- initialize(MibLoaderLog) - Method in class net.percederberg.mibble.MibSymbol
-
Initializes the MIB symbol.
- initialize(MibSymbol, MibLoaderLog) - Method in class net.percederberg.mibble.MibType
-
Initializes the MIB type.
- initialize(MibLoaderLog) - Method in class net.percederberg.mibble.MibTypeSymbol
-
Initializes the MIB symbol.
- initialize(MibLoaderLog, MibType) - Method in class net.percederberg.mibble.MibValue
-
Initializes the MIB value.
- initialize(MibLoaderLog) - Method in class net.percederberg.mibble.MibValueSymbol
-
Initializes the MIB symbol.
- initialize(MibSymbol, MibLoaderLog) - Method in class net.percederberg.mibble.snmp.SnmpAgentCapabilities
-
Initializes the MIB type.
- initialize(MibSymbol, MibLoaderLog) - Method in class net.percederberg.mibble.snmp.SnmpModuleCompliance
-
Initializes the MIB type.
- initialize(MibSymbol, MibLoaderLog) - Method in class net.percederberg.mibble.snmp.SnmpModuleIdentity
-
Initializes the MIB type.
- initialize(MibSymbol, MibLoaderLog) - Method in class net.percederberg.mibble.snmp.SnmpNotificationGroup
-
Initializes the MIB type.
- initialize(MibSymbol, MibLoaderLog) - Method in class net.percederberg.mibble.snmp.SnmpNotificationType
-
Initializes the MIB type.
- initialize(MibSymbol, MibLoaderLog) - Method in class net.percederberg.mibble.snmp.SnmpObjectGroup
-
Initializes the MIB type.
- initialize(MibSymbol, MibLoaderLog) - Method in class net.percederberg.mibble.snmp.SnmpObjectIdentity
-
Initializes the MIB type.
- initialize(MibSymbol, MibLoaderLog) - Method in class net.percederberg.mibble.snmp.SnmpObjectType
-
Initializes the MIB type.
- initialize(MibSymbol, MibLoaderLog) - Method in class net.percederberg.mibble.snmp.SnmpTextualConvention
-
Initializes the MIB type.
- initialize(MibSymbol, MibLoaderLog) - Method in class net.percederberg.mibble.snmp.SnmpTrapType
-
Initializes the MIB type.
- initialize(MibSymbol, MibLoaderLog) - Method in class net.percederberg.mibble.type.BitSetType
-
Initializes the MIB type.
- initialize(MibSymbol, MibLoaderLog) - Method in class net.percederberg.mibble.type.BooleanType
-
Initializes the MIB type.
- initialize(MibSymbol, MibLoaderLog) - Method in class net.percederberg.mibble.type.ChoiceType
-
Initializes the MIB type.
- initialize(MibType, MibLoaderLog) - Method in class net.percederberg.mibble.type.CompoundConstraint
-
Initializes the constraint.
- initialize(MibType, MibLoaderLog) - Method in interface net.percederberg.mibble.type.Constraint
-
Initializes the constraint.
- initialize(MibSymbol, MibLoaderLog) - Method in class net.percederberg.mibble.type.ElementType
-
Initializes the MIB type.
- initialize(MibSymbol, MibLoaderLog) - Method in class net.percederberg.mibble.type.IntegerType
-
Initializes the MIB type.
- initialize(MibSymbol, MibLoaderLog) - Method in class net.percederberg.mibble.type.NullType
-
Initializes the MIB type.
- initialize(MibSymbol, MibLoaderLog) - Method in class net.percederberg.mibble.type.ObjectIdentifierType
-
Initializes the MIB type.
- initialize(MibSymbol, MibLoaderLog) - Method in class net.percederberg.mibble.type.RealType
-
Initializes the MIB type.
- initialize(MibSymbol, MibLoaderLog) - Method in class net.percederberg.mibble.type.SequenceOfType
-
Initializes the MIB type.
- initialize(MibSymbol, MibLoaderLog) - Method in class net.percederberg.mibble.type.SequenceType
-
Initializes the MIB type.
- initialize(MibType, MibLoaderLog) - Method in class net.percederberg.mibble.type.SizeConstraint
-
Initializes the constraint.
- initialize(MibSymbol, MibLoaderLog) - Method in class net.percederberg.mibble.type.StringType
-
Initializes the MIB type.
- initialize(MibSymbol, MibLoaderLog) - Method in class net.percederberg.mibble.type.TypeReference
-
Initializes the MIB type.
- initialize(MibType, MibLoaderLog) - Method in class net.percederberg.mibble.type.ValueConstraint
-
Initializes the constraint.
- initialize(MibType, MibLoaderLog) - Method in class net.percederberg.mibble.type.ValueRangeConstraint
-
Initializes the constraint.
- initialize(MibLoaderLog, MibType) - Method in class net.percederberg.mibble.value.BinaryNumberValue
-
Initializes the MIB value.
- initialize(MibLoaderLog, MibType) - Method in class net.percederberg.mibble.value.BitSetValue
-
Initializes the MIB value.
- initialize(MibLoaderLog, MibType) - Method in class net.percederberg.mibble.value.BooleanValue
-
Initializes the MIB value.
- initialize(MibLoaderLog, MibType) - Method in class net.percederberg.mibble.value.HexNumberValue
-
Initializes the MIB value.
- initialize(MibLoaderLog, MibType) - Method in class net.percederberg.mibble.value.NullValue
-
Initializes the MIB value.
- initialize(MibLoaderLog, MibType) - Method in class net.percederberg.mibble.value.NumberValue
-
Initializes the MIB value.
- initialize(MibLoaderLog, MibType) - Method in class net.percederberg.mibble.value.ObjectIdentifierValue
-
Initializes the MIB value.
- initialize(MibLoaderLog, MibType) - Method in class net.percederberg.mibble.value.StringValue
-
Initializes the MIB value.
- initialize(MibLoaderLog, MibType) - Method in class net.percederberg.mibble.value.ValueReference
-
Initializes the MIB value.
- INTEGER - Static variable in class net.percederberg.mibble.MibTypeTag
-
The universal integer type tag.
- IntegerType - Class in net.percederberg.mibble.type
-
An integer MIB type.
- IntegerType() - Constructor for class net.percederberg.mibble.type.IntegerType
-
Creates a new integer MIB type.
- IntegerType(Constraint) - Constructor for class net.percederberg.mibble.type.IntegerType
-
Creates a new integer MIB type.
- IntegerType(ArrayList<?>) - Constructor for class net.percederberg.mibble.type.IntegerType
-
Creates a new integer MIB type.
- INTERNAL_ERROR - Static variable in class net.percederberg.mibble.MibLoaderLog.LogEntry
-
The internal error log entry type constant.
- isCompatible(MibValue) - Method in class net.percederberg.mibble.MibType
-
Checks if the specified value is compatible with this type.
- isCompatible(MibValue) - Method in class net.percederberg.mibble.snmp.SnmpAgentCapabilities
-
Checks if the specified value is compatible with this type.
- isCompatible(MibValue) - Method in class net.percederberg.mibble.snmp.SnmpModuleCompliance
-
Checks if the specified value is compatible with this type.
- isCompatible(MibValue) - Method in class net.percederberg.mibble.snmp.SnmpModuleIdentity
-
Checks if the specified value is compatible with this type.
- isCompatible(MibValue) - Method in class net.percederberg.mibble.snmp.SnmpNotificationGroup
-
Checks if the specified value is compatible with this type.
- isCompatible(MibValue) - Method in class net.percederberg.mibble.snmp.SnmpNotificationType
-
Checks if the specified value is compatible with this type.
- isCompatible(MibValue) - Method in class net.percederberg.mibble.snmp.SnmpObjectGroup
-
Checks if the specified value is compatible with this type.
- isCompatible(MibValue) - Method in class net.percederberg.mibble.snmp.SnmpObjectIdentity
-
Checks if the specified value is compatible with this type.
- isCompatible(MibValue) - Method in class net.percederberg.mibble.snmp.SnmpObjectType
-
Checks if the specified value is compatible with this type.
- isCompatible(MibValue) - Method in class net.percederberg.mibble.snmp.SnmpTextualConvention
-
Checks if the specified value is compatible with this type.
- isCompatible(MibValue) - Method in class net.percederberg.mibble.snmp.SnmpTrapType
-
Checks if the specified value is compatible with this type.
- isCompatible(MibValue) - Method in class net.percederberg.mibble.type.BitSetType
-
Checks if the specified value is compatible with this type.
- isCompatible(BitSetValue) - Method in class net.percederberg.mibble.type.BitSetType
-
Checks if the specified bit set value is compatible with this
type.
- isCompatible(MibValue) - Method in class net.percederberg.mibble.type.BooleanType
-
Checks if the specified value is compatible with this type.
- isCompatible(MibValue) - Method in class net.percederberg.mibble.type.ChoiceType
-
Checks if the specified value is compatible with this type.
- isCompatible(MibType) - Method in class net.percederberg.mibble.type.CompoundConstraint
-
Checks if the specified type is compatible with this
constraint.
- isCompatible(MibValue) - Method in class net.percederberg.mibble.type.CompoundConstraint
-
Checks if the specified value is compatible with this
constraint set.
- isCompatible(MibType) - Method in interface net.percederberg.mibble.type.Constraint
-
Checks if the specified type is compatible with this
constraint.
- isCompatible(MibValue) - Method in interface net.percederberg.mibble.type.Constraint
-
Checks if the specified value is compatible with this
constraint.
- isCompatible(MibValue) - Method in class net.percederberg.mibble.type.ElementType
-
Checks if the specified value is compatible with this type.
- isCompatible(MibValue) - Method in class net.percederberg.mibble.type.IntegerType
-
Checks if the specified value is compatible with this type.
- isCompatible(MibValue) - Method in class net.percederberg.mibble.type.NullType
-
Checks if the specified value is compatible with this type.
- isCompatible(MibValue) - Method in class net.percederberg.mibble.type.ObjectIdentifierType
-
Checks if the specified value is compatible with this type.
- isCompatible(MibValue) - Method in class net.percederberg.mibble.type.RealType
-
Checks if the specified value is compatible with this type.
- isCompatible(MibValue) - Method in class net.percederberg.mibble.type.SequenceOfType
-
Checks if the specified value is compatible with this type.
- isCompatible(MibValue) - Method in class net.percederberg.mibble.type.SequenceType
-
Checks if the specified value is compatible with this type.
- isCompatible(MibType) - Method in class net.percederberg.mibble.type.SizeConstraint
-
Checks if the specified type is compatible with this
constraint.
- isCompatible(MibValue) - Method in class net.percederberg.mibble.type.SizeConstraint
-
Checks if the specified value is compatible with this
constraint.
- isCompatible(MibValue) - Method in class net.percederberg.mibble.type.StringType
-
Checks if the specified value is compatible with this type.
- isCompatible(MibValue) - Method in class net.percederberg.mibble.type.TypeReference
-
Checks if the specified value is compatible with this type.
- isCompatible(MibType) - Method in class net.percederberg.mibble.type.ValueConstraint
-
Checks if the specified type is compatible with this
constraint.
- isCompatible(MibValue) - Method in class net.percederberg.mibble.type.ValueConstraint
-
Checks if the specified value is compatible with this
constraint.
- isCompatible(MibType) - Method in class net.percederberg.mibble.type.ValueRangeConstraint
-
Checks if the specified type is compatible with this
constraint.
- isCompatible(MibValue) - Method in class net.percederberg.mibble.type.ValueRangeConstraint
-
Checks if the specified value is compatible with this
constraint.
- isCompatible(Number) - Method in class net.percederberg.mibble.type.ValueRangeConstraint
-
Checks if the specified value is compatible with this
constraint.
- isError() - Method in class net.percederberg.mibble.MibLoaderLog.LogEntry
-
Checks if this is an error log entry.
- isGroup() - Method in class net.percederberg.mibble.snmp.SnmpCompliance
-
Checks if this is a group compliance.
- isImplied() - Method in class net.percederberg.mibble.snmp.SnmpIndex
-
Checks if this index is an implied value.
- isLoaded() - Method in class net.percederberg.mibble.Mib
-
Checks if this MIB module has been explicitly loaded.
- isObject() - Method in class net.percederberg.mibble.snmp.SnmpCompliance
-
Checks if this is an object compliance.
- isPrimitive() - Method in class net.percederberg.mibble.MibType
-
Checks if this type represents a primitive type.
- isReferenceTo(String) - Method in class net.percederberg.mibble.MibValue
-
Checks if this value referenced the specified value symbol.
- isReferenceTo(String, String) - Method in class net.percederberg.mibble.MibValue
-
Checks if this value referenced the specified value symbol.
- isResourceDir() - Method in class net.percederberg.mibble.MibLocator
-
Checks if the class loader is used for locating resources.
- isScalar() - Method in class net.percederberg.mibble.MibValueSymbol
-
Checks if this symbol corresponds to a scalar.
- isTable() - Method in class net.percederberg.mibble.MibValueSymbol
-
Checks if this symbol corresponds to a table.
- isTableColumn() - Method in class net.percederberg.mibble.MibValueSymbol
-
Checks if this symbol corresponds to a table column.
- isTableRow() - Method in class net.percederberg.mibble.MibValueSymbol
-
Checks if this symbol corresponds to a table row (or entry).
- isWarning() - Method in class net.percederberg.mibble.MibLoaderLog.LogEntry
-
Checks if this is a warning log entry.
- SEQUENCE - Static variable in class net.percederberg.mibble.MibTypeTag
-
The universal sequence and sequence of type tag.
- SequenceOfType - Class in net.percederberg.mibble.type
-
An sequence of a MIB type.
- SequenceOfType(MibType) - Constructor for class net.percederberg.mibble.type.SequenceOfType
-
Creates a new sequence of a MIB type.
- SequenceOfType(MibType, Constraint) - Constructor for class net.percederberg.mibble.type.SequenceOfType
-
Creates a new sequence of a MIB type.
- SequenceType - Class in net.percederberg.mibble.type
-
A sequence MIB type.
- SequenceType(ArrayList<ElementType>) - Constructor for class net.percederberg.mibble.type.SequenceType
-
Creates a new sequence MIB type.
- SET - Static variable in class net.percederberg.mibble.MibTypeTag
-
The universal sequence and sequence of type tag.
- setComment(String) - Method in class net.percederberg.mibble.snmp.SnmpCompliance
-
Sets the compliance comment.
- setComment(String) - Method in class net.percederberg.mibble.snmp.SnmpModule
-
Sets the module comment.
- setComment(String) - Method in class net.percederberg.mibble.snmp.SnmpRevision
-
Sets the revision comment.
- setNext(MibTypeTag) - Method in class net.percederberg.mibble.MibTypeTag
-
Sets the next type tag in the tag chain.
- setReferenceSymbol(MibTypeSymbol) - Method in class net.percederberg.mibble.MibType
-
Sets the type reference symbol.
- setReferenceSymbol(MibValueSymbol) - Method in class net.percederberg.mibble.MibValue
-
Sets the value reference symbol.
- setSymbol(MibValueSymbol) - Method in class net.percederberg.mibble.value.ObjectIdentifierValue
-
Sets the symbol connected to this object identifier.
- setTag(boolean, MibTypeTag) - Method in class net.percederberg.mibble.MibType
-
Sets the type tag.
- setTag(boolean, MibTypeTag) - Method in class net.percederberg.mibble.type.TypeReference
-
Sets the type tag.
- SizeConstraint - Class in net.percederberg.mibble.type
-
A MIB type size constraint.
- SizeConstraint(MibFileRef, Constraint) - Constructor for class net.percederberg.mibble.type.SizeConstraint
-
Creates a new size constraint.
- SnmpAccess - Class in net.percederberg.mibble.snmp
-
An SNMP access mode value.
- SnmpAgentCapabilities - Class in net.percederberg.mibble.snmp
-
The SNMP agent capabilities macro type.
- SnmpAgentCapabilities(String, SnmpStatus, String, String, ArrayList<SnmpModuleSupport>) - Constructor for class net.percederberg.mibble.snmp.SnmpAgentCapabilities
-
Creates a new agent capabilities.
- SnmpCompliance - Class in net.percederberg.mibble.snmp
-
An SNMP module compliance value.
- SnmpCompliance(boolean, MibValue, MibType, MibType, SnmpAccess, String) - Constructor for class net.percederberg.mibble.snmp.SnmpCompliance
-
Creates a new SNMP module compliance declaration.
- SnmpIndex - Class in net.percederberg.mibble.snmp
-
An SNMP index object.
- SnmpIndex(boolean, MibValue, MibType) - Constructor for class net.percederberg.mibble.snmp.SnmpIndex
-
Creates a new SNMP index.
- SnmpModule - Class in net.percederberg.mibble.snmp
-
An SNMP module compliance value.
- SnmpModule(String, ArrayList<MibValue>, ArrayList<SnmpCompliance>) - Constructor for class net.percederberg.mibble.snmp.SnmpModule
-
Creates a new module compliance declaration.
- SnmpModuleCompliance - Class in net.percederberg.mibble.snmp
-
The SNMP module compliance macro type.
- SnmpModuleCompliance(SnmpStatus, String, String, ArrayList<SnmpModule>) - Constructor for class net.percederberg.mibble.snmp.SnmpModuleCompliance
-
Creates a new SNMP module compliance type.
- SnmpModuleIdentity - Class in net.percederberg.mibble.snmp
-
The SNMP module identity macro type.
- SnmpModuleIdentity(String, String, String, String, ArrayList<SnmpRevision>) - Constructor for class net.percederberg.mibble.snmp.SnmpModuleIdentity
-
Creates a new SNMP module identity.
- SnmpModuleSupport - Class in net.percederberg.mibble.snmp
-
An SNMP module support value.
- SnmpModuleSupport(String, ArrayList<MibValue>, ArrayList<SnmpVariation>) - Constructor for class net.percederberg.mibble.snmp.SnmpModuleSupport
-
Creates a new module support declaration.
- SnmpNotificationGroup - Class in net.percederberg.mibble.snmp
-
The SNMP notification group macro type.
- SnmpNotificationGroup(ArrayList<MibValue>, SnmpStatus, String, String) - Constructor for class net.percederberg.mibble.snmp.SnmpNotificationGroup
-
Creates a new SNMP notification group.
- SnmpNotificationType - Class in net.percederberg.mibble.snmp
-
The SNMP notification type macro.
- SnmpNotificationType(ArrayList<MibValue>, SnmpStatus, String, String) - Constructor for class net.percederberg.mibble.snmp.SnmpNotificationType
-
Creates a new SNMP notification type.
- SnmpObjectGroup - Class in net.percederberg.mibble.snmp
-
The SNMP object group macro type.
- SnmpObjectGroup(ArrayList<MibValue>, SnmpStatus, String, String) - Constructor for class net.percederberg.mibble.snmp.SnmpObjectGroup
-
Creates a new SNMP object group.
- SnmpObjectIdentity - Class in net.percederberg.mibble.snmp
-
The SNMP object identity macro type.
- SnmpObjectIdentity(SnmpStatus, String, String) - Constructor for class net.percederberg.mibble.snmp.SnmpObjectIdentity
-
Creates a new SNMP object identity.
- SnmpObjectType - Class in net.percederberg.mibble.snmp
-
The SNMP object type macro type.
- SnmpObjectType(MibType, String, SnmpAccess, SnmpStatus, String, String, ArrayList<SnmpIndex>, MibValue) - Constructor for class net.percederberg.mibble.snmp.SnmpObjectType
-
Creates a new SNMP object type.
- SnmpObjectType(MibType, String, SnmpAccess, SnmpStatus, String, String, MibValue, MibValue) - Constructor for class net.percederberg.mibble.snmp.SnmpObjectType
-
Creates a new SNMP object type.
- SnmpRevision - Class in net.percederberg.mibble.snmp
-
An SNMP module identity revision value.
- SnmpRevision(MibValue, String) - Constructor for class net.percederberg.mibble.snmp.SnmpRevision
-
Creates a new SNMP module identity revision.
- SnmpStatus - Class in net.percederberg.mibble.snmp
-
An SNMP status value.
- SnmpTextualConvention - Class in net.percederberg.mibble.snmp
-
The SNMP textual convention macro type.
- SnmpTextualConvention(String, SnmpStatus, String, String, MibType) - Constructor for class net.percederberg.mibble.snmp.SnmpTextualConvention
-
Creates a new SNMP textual convention.
- SnmpTrapType - Class in net.percederberg.mibble.snmp
-
The SNMP trap type macro.
- SnmpTrapType(MibValue, ArrayList<MibValue>, String, String) - Constructor for class net.percederberg.mibble.snmp.SnmpTrapType
-
Creates a new SNMP trap type.
- SnmpType - Class in net.percederberg.mibble.snmp
-
The base SNMP macro type.
- SnmpType(String, String) - Constructor for class net.percederberg.mibble.snmp.SnmpType
-
Creates a new SNMP macro type instance.
- SnmpVariation - Class in net.percederberg.mibble.snmp
-
An SNMP module variation value.
- SnmpVariation(MibValue, MibType, MibType, SnmpAccess, ArrayList<MibValue>, MibValue, String) - Constructor for class net.percederberg.mibble.snmp.SnmpVariation
-
Creates a new SNMP module variation.
- start(String[]) - Method in class net.percederberg.mibble.MibbleBrowser
-
Starts this application.
- StringType - Class in net.percederberg.mibble.type
-
A string MIB type.
- StringType() - Constructor for class net.percederberg.mibble.type.StringType
-
Creates a new string MIB type.
- StringType(Constraint) - Constructor for class net.percederberg.mibble.type.StringType
-
Creates a new string MIB type.
- StringValue - Class in net.percederberg.mibble.value
-
A string MIB value.
- StringValue(String) - Constructor for class net.percederberg.mibble.value.StringValue
-
Creates a new string MIB value.
- toAsn1String(MibValueSymbol[]) - Method in class net.percederberg.mibble.value.BitSetValue
-
Returns an ASN.1 representation of this value.
- toAsn1String() - Method in class net.percederberg.mibble.value.ObjectIdentifierValue
-
Returns an ASN.1 representation of this value.
- toDetailString() - Method in class net.percederberg.mibble.value.ObjectIdentifierValue
-
Returns a detailed string representation of this value.
- toObject() - Method in class net.percederberg.mibble.MibValue
-
Returns a Java object representation of this value.
- toObject() - Method in class net.percederberg.mibble.value.BitSetValue
-
Returns a Java BitSet representation of this value.
- toObject() - Method in class net.percederberg.mibble.value.BooleanValue
-
Returns a Java Boolean representation of this value.
- toObject() - Method in class net.percederberg.mibble.value.NullValue
-
Returns a Java null representation of this value.
- toObject() - Method in class net.percederberg.mibble.value.NumberValue
-
Returns a Java Number representation of this value.
- toObject() - Method in class net.percederberg.mibble.value.ObjectIdentifierValue
-
Returns a string representation of this value.
- toObject() - Method in class net.percederberg.mibble.value.StringValue
-
Returns a Java String representation of this value.
- toObject() - Method in class net.percederberg.mibble.value.ValueReference
-
Returns a Java object representation of this value.
- toString() - Method in class net.percederberg.mibble.Mib
-
Returns a string representation of this object.
- toString() - Method in class net.percederberg.mibble.MibImport
-
Returns a string representation of this object.
- toString() - Method in class net.percederberg.mibble.MibMacroSymbol
-
Returns a string representation of this object.
- toString() - Method in class net.percederberg.mibble.MibType
-
Returns a string representation of this object.
- toString() - Method in class net.percederberg.mibble.MibTypeSymbol
-
Returns a string representation of this object.
- toString() - Method in class net.percederberg.mibble.MibTypeTag
-
Returns a string representation of this object.
- toString() - Method in class net.percederberg.mibble.MibValueSymbol
-
Returns a string representation of this object.
- toString() - Method in class net.percederberg.mibble.snmp.SnmpAccess
-
Returns a string representation of this object.
- toString() - Method in class net.percederberg.mibble.snmp.SnmpAgentCapabilities
-
Returns a string representation of this object.
- toString() - Method in class net.percederberg.mibble.snmp.SnmpCompliance
-
Returns a string representation of this object.
- toString() - Method in class net.percederberg.mibble.snmp.SnmpIndex
-
Returns a string representation of this object.
- toString() - Method in class net.percederberg.mibble.snmp.SnmpModule
-
Returns a string representation of this object.
- toString() - Method in class net.percederberg.mibble.snmp.SnmpModuleCompliance
-
Returns a string representation of this object.
- toString() - Method in class net.percederberg.mibble.snmp.SnmpModuleIdentity
-
Returns a string representation of this object.
- toString() - Method in class net.percederberg.mibble.snmp.SnmpModuleSupport
-
Returns a string representation of this object.
- toString() - Method in class net.percederberg.mibble.snmp.SnmpNotificationGroup
-
Returns a string representation of this object.
- toString() - Method in class net.percederberg.mibble.snmp.SnmpNotificationType
-
Returns a string representation of this object.
- toString() - Method in class net.percederberg.mibble.snmp.SnmpObjectGroup
-
Returns a string representation of this object.
- toString() - Method in class net.percederberg.mibble.snmp.SnmpObjectIdentity
-
Returns a string representation of this object.
- toString() - Method in class net.percederberg.mibble.snmp.SnmpObjectType
-
Returns a string representation of this object.
- toString() - Method in class net.percederberg.mibble.snmp.SnmpRevision
-
Returns a string representation of this object.
- toString() - Method in class net.percederberg.mibble.snmp.SnmpStatus
-
Returns a string representation of this object.
- toString() - Method in class net.percederberg.mibble.snmp.SnmpTextualConvention
-
Returns a string representation of this object.
- toString() - Method in class net.percederberg.mibble.snmp.SnmpTrapType
-
Returns a string representation of this object.
- toString() - Method in class net.percederberg.mibble.snmp.SnmpVariation
-
Returns a string representation of this object.
- toString() - Method in class net.percederberg.mibble.type.BitSetType
-
Returns a string representation of this type.
- toString() - Method in class net.percederberg.mibble.type.ChoiceType
-
Returns a string representation of this object.
- toString() - Method in class net.percederberg.mibble.type.CompoundConstraint
-
Returns a string representation of this object.
- toString() - Method in class net.percederberg.mibble.type.ElementType
-
Returns a string representation of this object.
- toString() - Method in class net.percederberg.mibble.type.IntegerType
-
Returns a string representation of this type.
- toString() - Method in class net.percederberg.mibble.type.SequenceOfType
-
Returns a string representation of this object.
- toString() - Method in class net.percederberg.mibble.type.SequenceType
-
Returns a string representation of this object.
- toString() - Method in class net.percederberg.mibble.type.SizeConstraint
-
Returns a string representation of this object.
- toString() - Method in class net.percederberg.mibble.type.StringType
-
Returns a string representation of this type.
- toString() - Method in class net.percederberg.mibble.type.ValueConstraint
-
Returns a string representation of this object.
- toString() - Method in class net.percederberg.mibble.type.ValueRangeConstraint
-
Returns a string representation of this object.
- toString() - Method in class net.percederberg.mibble.value.BinaryNumberValue
-
Returns a string representation of this value.
- toString() - Method in class net.percederberg.mibble.value.BitSetValue
-
Returns a string representation of this value.
- toString() - Method in class net.percederberg.mibble.value.BooleanValue
-
Returns a string representation of this value.
- toString() - Method in class net.percederberg.mibble.value.HexNumberValue
-
Returns a string representation of this value.
- toString() - Method in class net.percederberg.mibble.value.NullValue
-
Returns a string representation of this value.
- toString() - Method in class net.percederberg.mibble.value.NumberValue
-
Returns a string representation of this value.
- toString() - Method in class net.percederberg.mibble.value.ObjectIdentifierValue
-
Returns a string representation of this value.
- toString() - Method in class net.percederberg.mibble.value.StringValue
-
Returns a string representation of this value.
- toString() - Method in class net.percederberg.mibble.value.ValueReference
-
Returns a string representation of this value.
- TRUE - Static variable in class net.percederberg.mibble.value.BooleanValue
-
The boolean true value.
- TypeReference - Class in net.percederberg.mibble.type
-
A reference to a type symbol.
- TypeReference(MibFileRef, MibContext, String) - Constructor for class net.percederberg.mibble.type.TypeReference
-
Creates a new type reference.
- TypeReference(MibFileRef, MibContext, String, Constraint) - Constructor for class net.percederberg.mibble.type.TypeReference
-
Creates a new type reference.
- TypeReference(MibFileRef, MibContext, String, ArrayList<?>) - Constructor for class net.percederberg.mibble.type.TypeReference
-
Creates a new type reference.