Uses of Enum Class
org.snmp4j.uri.SnmpURI.SnmpUriType
Packages that use SnmpURI.SnmpUriType
-
Uses of SnmpURI.SnmpUriType in org.snmp4j.uri
Fields in org.snmp4j.uri declared as SnmpURI.SnmpUriTypeMethods in org.snmp4j.uri that return SnmpURI.SnmpUriTypeModifier and TypeMethodDescriptionSnmpURI.Request.getType()static SnmpURI.SnmpUriTypeReturns the enum constant of this class with the specified name.static SnmpURI.SnmpUriType[]SnmpURI.SnmpUriType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.snmp4j.uri with parameters of type SnmpURI.SnmpUriTypeModifierConstructorDescriptionprivateRequest(Target<?> target, PDU pdu, OID[] oids, SnmpURI.SnmpUriType type)