public class XmlCollectionAttribute extends AbstractCollectionAttribute
This is related with the configuration class XmlObject (the attribute to be stored on a RRD file).
m_attribType, m_resource| Constructor and Description |
|---|
XmlCollectionAttribute(XmlCollectionResource resource,
XmlCollectionAttributeType attribType,
String value)
Instantiates a new XML collection attribute.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMetricIdentifier()
Log.
|
String |
getNumericValue()
getNumericValue
|
String |
getStringValue()
getStringValue
|
String |
toString() |
getAttributeType, getName, getResource, getType, shouldPersist, storeAttribute, visitpublic XmlCollectionAttribute(XmlCollectionResource resource, XmlCollectionAttributeType attribType, String value)
resource - the resourceattribType - the attribute typevalue - the attribute valuepublic String getNumericValue()
AbstractCollectionAttributegetNumericValue
getNumericValue in interface CollectionAttributegetNumericValue in class AbstractCollectionAttributeString object.public String getStringValue()
AbstractCollectionAttributegetStringValue
getStringValue in interface CollectionAttributegetStringValue in class AbstractCollectionAttributeString object.public String getMetricIdentifier()
Copyright © 2015. All rights reserved.