Uses of Class
org.opennms.netmgt.config.wmi.Attrib
-
Packages that use Attrib Package Description org.opennms.netmgt.collectd.wmi org.opennms.netmgt.config.wmi This file is part of OpenNMS(R). -
-
Uses of Attrib in org.opennms.netmgt.collectd.wmi
Constructors in org.opennms.netmgt.collectd.wmi with parameters of type Attrib Constructor Description WmiCollectionAttributeType(Attrib attribute, AttributeGroupType groupType)
-
Uses of Attrib in org.opennms.netmgt.config.wmi
Fields in org.opennms.netmgt.config.wmi with type parameters of type Attrib Modifier and Type Field Description protected java.util.List<Attrib>
Wpm. m_attribs
Methods in org.opennms.netmgt.config.wmi that return Attrib Modifier and Type Method Description Attrib
ObjectFactory. createAttrib()
Create an instance ofAttrib
Methods in org.opennms.netmgt.config.wmi that return types with arguments of type Attrib Modifier and Type Method Description java.util.List<Attrib>
Wpm. getAttribs()
Method parameters in org.opennms.netmgt.config.wmi with type arguments of type Attrib Modifier and Type Method Description void
Wpm. setAttribs(java.util.List<Attrib> attribs)
-