org.opennms.netmgt.collectd
Interface AttributeDefinition

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

public interface AttributeDefinition

AttributeDefinition interface.

Version:
$Id: $
Author:
ranger

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

Method Detail

getType

String getType()

getType

Returns:
a String object.

getName

String getName()

getName

Returns:
a String object.

equals

boolean equals(Object o)

equals

Overrides:
equals in class Object
Parameters:
o - a Object object.
Returns:
a boolean.

hashCode

int hashCode()

hashCode

Overrides:
hashCode in class Object
Returns:
a int.


Copyright © 2011. All Rights Reserved.