Uses of Interface
net.percederberg.mibble.MibValue

Packages that use MibValue
net.percederberg.mibble   
net.percederberg.mibble.snmp   
net.percederberg.mibble.type   
net.percederberg.mibble.value   
 

Uses of MibValue in net.percederberg.mibble
 

Methods in net.percederberg.mibble that return MibValue
 MibValue MibValueSymbol.getValue()
          Returns the symbol value.
 MibValue MibValue.initialize(MibLoaderLog log)
          Initializes the MIB value.
 

Methods in net.percederberg.mibble with parameters of type MibValue
 MibValueSymbol Mib.getSymbolByValue(MibValue value)
          Returns a value symbol from this MIB.
 boolean MibType.isCompatible(MibValue value)
          Checks if the specified value is compatible with this type.
 

Constructors in net.percederberg.mibble with parameters of type MibValue
MibValueSymbol(FileLocation location, java.lang.String name, MibType type, MibValue value)
          Creates a new value symbol
 

Uses of MibValue in net.percederberg.mibble.snmp
 

Methods in net.percederberg.mibble.snmp that return MibValue
 MibValue SnmpCompliance.getValue()
          Returns the value.
 MibValue SnmpVariation.getValue()
          Returns the value.
 MibValue SnmpVariation.getDefaultValue()
          Returns the default value.
 MibValue SnmpTrapType.getEnterprise()
          Returns the enterprise value.
 MibValue SnmpRevision.getValue()
          Returns the revision number.
 MibValue SnmpObjectType.getAugments()
          Returns the augmented index value.
 MibValue SnmpObjectType.getDefaultValue()
          Returns the default value.
 

Methods in net.percederberg.mibble.snmp with parameters of type MibValue
 boolean SnmpAgentCapabilities.isCompatible(MibValue value)
          Checks if the specified value is compatible with this type.
 boolean SnmpModuleCompliance.isCompatible(MibValue value)
          Checks if the specified value is compatible with this type.
 boolean SnmpNotificationGroup.isCompatible(MibValue value)
          Checks if the specified value is compatible with this type.
 boolean SnmpTrapType.isCompatible(MibValue value)
          Checks if the specified value is compatible with this type.
 boolean SnmpTextualConvention.isCompatible(MibValue value)
          Checks if the specified value is compatible with this type.
 boolean SnmpObjectGroup.isCompatible(MibValue value)
          Checks if the specified value is compatible with this type.
 boolean SnmpNotificationType.isCompatible(MibValue value)
          Checks if the specified value is compatible with this type.
 boolean SnmpObjectIdentity.isCompatible(MibValue value)
          Checks if the specified value is compatible with this type.
 boolean SnmpModuleIdentity.isCompatible(MibValue value)
          Checks if the specified value is compatible with this type.
 boolean SnmpObjectType.isCompatible(MibValue value)
          Checks if the specified value is compatible with this type.
 

Constructors in net.percederberg.mibble.snmp with parameters of type MibValue
SnmpCompliance(MibValue value, MibType syntax, MibType writeSyntax, SnmpAccess access, java.lang.String description)
          Creates a new SNMP module compliance declaration.
SnmpVariation(MibValue value, MibType syntax, MibType writeSyntax, SnmpAccess access, java.util.ArrayList requiredCells, MibValue defaultValue, java.lang.String description)
          Creates a new SNMP module variation.
SnmpVariation(MibValue value, MibType syntax, MibType writeSyntax, SnmpAccess access, java.util.ArrayList requiredCells, MibValue defaultValue, java.lang.String description)
          Creates a new SNMP module variation.
SnmpTrapType(MibValue enterprise, java.util.ArrayList variables, java.lang.String description, java.lang.String reference)
          Creates a new SNMP trap type.
SnmpRevision(MibValue value, java.lang.String description)
          Creates a new SNMP module identity revision.
SnmpObjectType(MibType syntax, java.lang.String units, SnmpAccess access, SnmpStatus status, java.lang.String description, java.lang.String reference, java.util.ArrayList index, MibValue defaultValue)
          Creates a new SNMP object type.
SnmpObjectType(MibType syntax, java.lang.String units, SnmpAccess access, SnmpStatus status, java.lang.String description, java.lang.String reference, MibValue augments, MibValue defaultValue)
          Creates a new SNMP object type.
SnmpObjectType(MibType syntax, java.lang.String units, SnmpAccess access, SnmpStatus status, java.lang.String description, java.lang.String reference, MibValue augments, MibValue defaultValue)
          Creates a new SNMP object type.
 

Uses of MibValue in net.percederberg.mibble.type
 

Methods in net.percederberg.mibble.type that return MibValue
 MibValue ValueRangeConstraint.getLowerBound()
          Returns the lower bound value.
 MibValue ValueRangeConstraint.getUpperBound()
          Returns the upper bound value.
 MibValue ValueConstraint.getValue()
          Returns the constraint value.
 

Methods in net.percederberg.mibble.type with parameters of type MibValue
 boolean SizeConstraint.isCompatible(MibValue value)
          Checks if the specified value is compatible with this constraint.
 boolean ValueRangeConstraint.isCompatible(MibValue value)
          Checks if the specified value is compatible with this constraint.
 boolean SequenceType.isCompatible(MibValue value)
          Checks if the specified value is compatible with this type.
 boolean ChoiceType.isCompatible(MibValue value)
          Checks if the specified value is compatible with this type.
 boolean ElementType.isCompatible(MibValue value)
          Checks if the specified value is compatible with this type.
 boolean SequenceOfType.isCompatible(MibValue value)
          Checks if the specified value is compatible with this type.
 boolean CompoundConstraint.isCompatible(MibValue value)
          Checks if the specified value is compatible with this constraint set.
 boolean ValueConstraint.isCompatible(MibValue value)
          Checks if the specified value is compatible with this constraint.
 boolean BitSetType.isCompatible(MibValue value)
          Checks if the specified value is compatible with this type.
 boolean StringType.isCompatible(MibValue value)
          Checks if the specified value is compatible with this type.
 boolean IntegerType.isCompatible(MibValue value)
          Checks if the specified value is compatible with this type.
 boolean Constraint.isCompatible(MibValue value)
          Checks if the specified value is compatible with this constraint.
 boolean TypeReference.isCompatible(MibValue value)
          Checks if the specified value is compatible with this type.
 boolean RealType.isCompatible(MibValue value)
          Checks if the specified value is compatible with this type.
 boolean ObjectIdentifierType.isCompatible(MibValue value)
          Checks if the specified value is compatible with this type.
 boolean BooleanType.isCompatible(MibValue value)
          Checks if the specified value is compatible with this type.
 boolean NullType.isCompatible(MibValue value)
          Checks if the specified value is compatible with this type.
 

Constructors in net.percederberg.mibble.type with parameters of type MibValue
ValueRangeConstraint(MibValue lower, boolean strictLower, MibValue upper, boolean strictUpper)
          Creates a new value range constraint.
ValueRangeConstraint(MibValue lower, boolean strictLower, MibValue upper, boolean strictUpper)
          Creates a new value range constraint.
ValueConstraint(MibValue value)
          Creates a new value constraint.
 

Uses of MibValue in net.percederberg.mibble.value
 

Classes in net.percederberg.mibble.value that implement MibValue
 class BitSetValue
          A bit set MIB value.
 class BooleanValue
          A boolean MIB value.
 class NullValue
          A null MIB value.
 class NumberValue
          A numeric MIB value.
 class ObjectIdentifierValue
          An object identifier value.
 class StringValue
          A string MIB value.
 class ValueReference
          A reference to a value symbol.
 

Methods in net.percederberg.mibble.value that return MibValue
 MibValue ObjectIdentifierValue.initialize(MibLoaderLog log)
          Initializes the MIB value.
 MibValue NumberValue.initialize(MibLoaderLog log)
          Initializes the MIB value.
 MibValue NullValue.initialize(MibLoaderLog log)
          Initializes the MIB value.
 MibValue BooleanValue.initialize(MibLoaderLog log)
          Initializes the MIB value.
 MibValue StringValue.initialize(MibLoaderLog log)
          Initializes the MIB value.
 MibValue ValueReference.initialize(MibLoaderLog log)
          Initializes the MIB value.
 MibValue BitSetValue.initialize(MibLoaderLog log)
          Initializes the MIB value.