Uses of Class
org.apache.camel.component.snmp.SnmpPrivacyProtocolType
-
-
Uses of SnmpPrivacyProtocolType in org.apache.camel.component.snmp
Methods in org.apache.camel.component.snmp that return SnmpPrivacyProtocolType Modifier and Type Method Description static SnmpPrivacyProtocolType
SnmpPrivacyProtocolType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SnmpPrivacyProtocolType[]
SnmpPrivacyProtocolType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-