Uses of Class
org.snmp4j.agent.mo.MOChangeEvent.OidType
-
Packages that use MOChangeEvent.OidType Package Description org.snmp4j.agent.mo -
-
Uses of MOChangeEvent.OidType in org.snmp4j.agent.mo
Methods in org.snmp4j.agent.mo that return MOChangeEvent.OidType Modifier and Type Method Description MOChangeEvent.OidType
MOChangeEvent. getOidType()
Gets the representation type of the OID of the event as defined byMOChangeEvent.OidType
.static MOChangeEvent.OidType
MOChangeEvent.OidType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MOChangeEvent.OidType[]
MOChangeEvent.OidType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-