All Known Implementing Classes:
CocoClinicalTrialQualityDimension, FileDirectoryMetric, FileMetric, OMAGServerPlatformMetric, RelationalColumnMetric, RelationalDatabaseMetric, RelationalSchemaMetric, RelationalTableMetric, UnityCatalogMetric

public interface SurveyMetric
SurveyMetric describes the standard interface for an enum describing a list of metrics.
  • Method Details

    • getPropertyName

      String getPropertyName()
      Return the property name used to store the measurement.
      Returns:
      name
    • getDataType

      String getDataType()
      Return the data type of the property used to store the measure.
      Returns:
      data type name
    • getDisplayName

      String getDisplayName()
      Return the name of the metric.
      Returns:
      string name
    • getDescription

      String getDescription()
      Return the description of the metric.
      Returns:
      text