ProjectMetric

open class ProjectMetric(    val type: String,     val value: Int,     val priority: Int = -1,     val isDouble: Boolean = false,     val conversionFactor: Int = DEFAULT_FLOAT_CONVERSION_FACTOR)

Anything that can be expressed as a numeric value for projects.

Constructors

Link copied to clipboard
constructor(type: String, value: Int, priority: Int = -1, isDouble: Boolean = false, conversionFactor: Int = DEFAULT_FLOAT_CONVERSION_FACTOR)

Properties

Link copied to clipboard
Link copied to clipboard
val isDouble: Boolean = false
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val value: Int

Functions

Link copied to clipboard
open override fun toString(): String