Uses of Class
org.opennms.netmgt.xml.eventconf.Varbindsdecode
-
Packages that use Varbindsdecode Package Description org.opennms.features.mibcompiler.services org.opennms.features.vaadin.events org.opennms.netmgt.xml.eventconf This file is part of OpenNMS(R). -
-
Uses of Varbindsdecode in org.opennms.features.mibcompiler.services
Methods in org.opennms.features.mibcompiler.services that return types with arguments of type Varbindsdecode Modifier and Type Method Description protected List<Varbindsdecode>
JsmiMibParser. getTrapVarbindsDecode(org.jsmiparser.smi.Notification trap)
Gets the trap varbinds decode. -
Uses of Varbindsdecode in org.opennms.features.vaadin.events
Methods in org.opennms.features.vaadin.events that return types with arguments of type Varbindsdecode Modifier and Type Method Description protected List<Varbindsdecode>
VarbindsDecodeField. getInternalValue()
Class<? extends List<Varbindsdecode>>
VarbindsDecodeField. getType()
Method parameters in org.opennms.features.vaadin.events with type arguments of type Varbindsdecode Modifier and Type Method Description protected void
VarbindsDecodeField. setInternalValue(List<Varbindsdecode> varbindsDecodes)
-
Uses of Varbindsdecode in org.opennms.netmgt.xml.eventconf
Methods in org.opennms.netmgt.xml.eventconf that return types with arguments of type Varbindsdecode Modifier and Type Method Description List<Varbindsdecode>
Event. getVarbindsdecodes()
Methods in org.opennms.netmgt.xml.eventconf with parameters of type Varbindsdecode Modifier and Type Method Description void
Event. addVarbindsdecode(Varbindsdecode varbindsdecode)
boolean
Event. removeVarbindsdecode(Varbindsdecode decode)
Method parameters in org.opennms.netmgt.xml.eventconf with type arguments of type Varbindsdecode Modifier and Type Method Description void
Event. setVarbindsdecodes(List<Varbindsdecode> decodes)
-