public abstract class MetricEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected ProcedureAttributes |
attributes
Attributes of the calculation procedure for the entry.
|
protected com.sdmetrics.metrics.Description |
description
Description of the entry.
|
protected int |
id
Entry ID number (array index for efficient storage).
|
protected int |
location
Line number of the entry in the metric definition file.
|
protected java.lang.String |
name
Name of the entry in the metric definition file.
|
protected java.lang.String |
procedureName
Name of the calculation procedure for the entry.
|
Constructor and Description |
---|
MetricEntry(java.lang.String name)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ProcedureAttributes |
getAttributes()
Gets the calculation procedure attributes for this entry.
|
java.lang.String |
getBriefDescription()
Gets the brief description for this entry.
|
java.lang.String |
getFullDescription()
Gets the full description for this entry.
|
int |
getLocation()
Gets the line number of this entry in the metric definition file.
|
java.lang.String |
getName()
Retrieves the name of the entry.
|
java.lang.String |
getProcedureName()
Gets the name of the calculation procedure.
|
protected java.lang.String name
protected int id
protected com.sdmetrics.metrics.Description description
protected java.lang.String procedureName
protected ProcedureAttributes attributes
protected int location
public MetricEntry(java.lang.String name)
name
- Name of the entry.public java.lang.String getName()
public java.lang.String getBriefDescription()
public java.lang.String getFullDescription()
public ProcedureAttributes getAttributes()
public java.lang.String getProcedureName()
public int getLocation()
0
if the location is
not known.