Uses of Class
org.snmp4j.uri.SnmpURI.SnmpUriType
-
Packages that use SnmpURI.SnmpUriType Package Description org.snmp4j.uri -
-
Uses of SnmpURI.SnmpUriType in org.snmp4j.uri
Methods in org.snmp4j.uri that return SnmpURI.SnmpUriType Modifier and Type Method Description static SnmpURI.SnmpUriType
SnmpURI.SnmpUriType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SnmpURI.SnmpUriType[]
SnmpURI.SnmpUriType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-