Package | Description |
---|---|
metricapp.dto.metric | |
metricapp.entity.metric |
Modifier and Type | Field and Description |
---|---|
ScaleType |
MetricDTO.scaleType |
Modifier and Type | Field and Description |
---|---|
private ScaleType |
Metric.scaleType |
Modifier and Type | Method and Description |
---|---|
static ScaleType |
ScaleType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScaleType[] |
ScaleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|