Uses of Class
org.opennms.netmgt.rrd.RrdAttributeType
-
-
Uses of RrdAttributeType in org.opennms.netmgt.rrd
Methods in org.opennms.netmgt.rrd that return RrdAttributeType Modifier and Type Method Description RrdAttributeTypeRrdDataSource. getType()getTypestatic RrdAttributeTypeRrdAttributeType. valueOf(String name)Returns the enum constant of this type with the specified name.static RrdAttributeType[]RrdAttributeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.opennms.netmgt.rrd with parameters of type RrdAttributeType Constructor Description RrdDataSource(String name, RrdAttributeType type, int heartBeat, String min, String max)
-