Uses of Class
org.opennms.netmgt.xml.eventconf.Varbind
-
Packages that use Varbind Package Description org.opennms.features.vaadin.events org.opennms.netmgt.xml.eventconf This file is part of OpenNMS(R). -
-
Uses of Varbind in org.opennms.features.vaadin.events
Methods in org.opennms.features.vaadin.events that return types with arguments of type Varbind Modifier and Type Method Description protected List<Varbind>
MaskVarbindField. getInternalValue()
Class<? extends List<Varbind>>
MaskVarbindField. getType()
Method parameters in org.opennms.features.vaadin.events with type arguments of type Varbind Modifier and Type Method Description protected void
MaskVarbindField. setInternalValue(List<Varbind> varbinds)
-
Uses of Varbind in org.opennms.netmgt.xml.eventconf
Methods in org.opennms.netmgt.xml.eventconf that return types with arguments of type Varbind Modifier and Type Method Description List<Varbind>
Mask. getVarbinds()
Methods in org.opennms.netmgt.xml.eventconf with parameters of type Varbind Modifier and Type Method Description void
Mask. addVarbind(Varbind varbind)
boolean
Mask. removeVarbind(Varbind varbind)
Method parameters in org.opennms.netmgt.xml.eventconf with type arguments of type Varbind Modifier and Type Method Description void
Mask. setVarbinds(List<Varbind> varbinds)
-