Uses of Class
org.opennms.netmgt.model.OnmsHwEntityAttribute
-
Packages that use OnmsHwEntityAttribute Package Description org.opennms.netmgt.model This file is part of OpenNMS(R). -
-
Uses of OnmsHwEntityAttribute in org.opennms.netmgt.model
Methods in org.opennms.netmgt.model that return OnmsHwEntityAttribute Modifier and Type Method Description OnmsHwEntityAttribute
OnmsHwEntity. getAttribute(String typeName)
Gets the attribute.Methods in org.opennms.netmgt.model that return types with arguments of type OnmsHwEntityAttribute Modifier and Type Method Description SortedSet<OnmsHwEntityAttribute>
OnmsHwEntity. getHwEntityAttributes()
Gets the hardware entity attributes.Methods in org.opennms.netmgt.model with parameters of type OnmsHwEntityAttribute Modifier and Type Method Description int
OnmsHwEntityAttribute. compareTo(OnmsHwEntityAttribute o)
Method parameters in org.opennms.netmgt.model with type arguments of type OnmsHwEntityAttribute Modifier and Type Method Description void
OnmsHwEntity. setHwEntityAttributes(SortedSet<OnmsHwEntityAttribute> hwAttributes)
Sets the hardware entity attributes.
-