org.opennms.netmgt.collectd
Class XmpCollectionAttribute

java.lang.Object
  extended by org.opennms.netmgt.collectd.AbstractCollectionAttribute
      extended by org.opennms.netmgt.collectd.XmpCollectionAttribute
All Implemented Interfaces:
CollectionAttribute

public class XmpCollectionAttribute
extends AbstractCollectionAttribute
implements CollectionAttribute


Method Summary
 CollectionAttributeType getAttributeType()
           
 String getName()
           
 String getNumericValue()
           
 CollectionResource getResource()
           
 String getStringValue()
           
 String getType()
           
 void setAttributeType(CollectionAttributeType attribType)
           
 boolean shouldPersist(ServiceParameters params)
           
 String toString()
           
 
Methods inherited from class org.opennms.netmgt.collectd.AbstractCollectionAttribute
log, storeAttribute, visit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.opennms.netmgt.collectd.CollectionAttribute
storeAttribute, visit
 

Method Detail

getAttributeType

public CollectionAttributeType getAttributeType()
Specified by:
getAttributeType in interface CollectionAttribute
Specified by:
getAttributeType in class AbstractCollectionAttribute

setAttributeType

public void setAttributeType(CollectionAttributeType attribType)

getName

public String getName()
Specified by:
getName in interface CollectionAttribute
Specified by:
getName in class AbstractCollectionAttribute

getResource

public CollectionResource getResource()
Specified by:
getResource in interface CollectionAttribute
Specified by:
getResource in class AbstractCollectionAttribute

getNumericValue

public String getNumericValue()
Specified by:
getNumericValue in interface CollectionAttribute
Specified by:
getNumericValue in class AbstractCollectionAttribute

getType

public String getType()
Specified by:
getType in interface CollectionAttribute

shouldPersist

public boolean shouldPersist(ServiceParameters params)
Specified by:
shouldPersist in interface CollectionAttribute
Specified by:
shouldPersist in class AbstractCollectionAttribute

toString

public String toString()
Overrides:
toString in class Object

getStringValue

public String getStringValue()
Specified by:
getStringValue in interface CollectionAttribute
Specified by:
getStringValue in class AbstractCollectionAttribute


Copyright © 2009. All Rights Reserved.