public class XmpCollectionAttribute extends AbstractCollectionAttribute implements CollectionAttribute
Modifier and Type | Method and Description |
---|---|
CollectionAttributeType |
getAttributeType()
getAttributeType
|
String |
getMetricIdentifier()
Get the metric identifier for the attribute to be used for NRTG collection
|
String |
getName()
getName
|
String |
getNumericValue()
getNumericValue
|
CollectionResource |
getResource()
Getter for the field
resource . |
String |
getStringValue()
getStringValue
|
String |
getType()
getType
|
void |
setAttributeType(CollectionAttributeType attribType)
setAttributeType
|
boolean |
shouldPersist(ServiceParameters params)
Determines whether the attribute should be persisted.
|
String |
toString()
toString
|
log, storeAttribute, visit
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
storeAttribute, visit
public CollectionAttributeType getAttributeType()
getAttributeType
getAttributeType
in interface CollectionAttribute
getAttributeType
in class AbstractCollectionAttribute
CollectionAttributeType
object.public void setAttributeType(CollectionAttributeType attribType)
setAttributeType
attribType
- a CollectionAttributeType
object.public String getName()
getName
getName
in interface CollectionAttribute
getName
in class AbstractCollectionAttribute
String
object.public CollectionResource getResource()
Getter for the field resource
.
getResource
in interface CollectionAttribute
getResource
in class AbstractCollectionAttribute
CollectionResource
object.public String getNumericValue()
getNumericValue
getNumericValue
in interface CollectionAttribute
getNumericValue
in class AbstractCollectionAttribute
String
object.public String getType()
getType
getType
in interface CollectionAttribute
String
object.public boolean shouldPersist(ServiceParameters params)
shouldPersist
in interface CollectionAttribute
shouldPersist
in class AbstractCollectionAttribute
params
- a ServiceParameters
object.public String toString()
toString
public String getStringValue()
getStringValue
getStringValue
in interface CollectionAttribute
getStringValue
in class AbstractCollectionAttribute
String
object.public String getMetricIdentifier()
CollectionAttribute
getMetricIdentifier
in interface CollectionAttribute
Copyright © 2015. All Rights Reserved.