org.opennms.netmgt.collectd
Interface AttributeDefinition

All Known Subinterfaces:
CollectionAttributeType
All Known Implementing Classes:
NumericAttributeType, SnmpAttributeType, StringAttributeType

public interface AttributeDefinition


Method Summary
 boolean equals(Object o)
           
 String getName()
           
 String getType()
           
 int hashCode()
           
 

Method Detail

getType

String getType()

getName

String getName()

equals

boolean equals(Object o)
Overrides:
equals in class Object

hashCode

int hashCode()
Overrides:
hashCode in class Object


Copyright © 2009. All Rights Reserved.