Uses of Class
org.opennms.netmgt.config.httpdatacollection.Attrib
-
Packages that use Attrib Package Description org.opennms.netmgt.config.httpdatacollection This file is part of OpenNMS(R). -
-
Uses of Attrib in org.opennms.netmgt.config.httpdatacollection
Fields in org.opennms.netmgt.config.httpdatacollection with type parameters of type Attrib Modifier and Type Field Description protected List<Attrib>
Uri. m_attributes
Methods in org.opennms.netmgt.config.httpdatacollection that return Attrib Modifier and Type Method Description Attrib
ObjectFactory. createAttrib()
Create an instance ofAttrib
Methods in org.opennms.netmgt.config.httpdatacollection that return types with arguments of type Attrib Modifier and Type Method Description List<Attrib>
Uri. getAttributes()
Method parameters in org.opennms.netmgt.config.httpdatacollection with type arguments of type Attrib Modifier and Type Method Description void
Uri. setAttributes(List<Attrib> value)
-