| Package | Description |
|---|---|
| com.draeger.medical.biceps.common.model |
| Modifier and Type | Field and Description |
|---|---|
protected MetricCategory |
MetricDescriptor.category |
| Modifier and Type | Method and Description |
|---|---|
static MetricCategory |
MetricCategory.fromValue(String v) |
MetricCategory |
MetricDescriptor.getCategory()
The metric category makes it possible to distinguish between different manifestations of a metric like measurements, settings or recommendations.
|
static MetricCategory |
MetricCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricCategory[] |
MetricCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<MetricCategory> |
ObjectFactory.createMetricCategory(MetricCategory value)
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<MetricCategory> |
ObjectFactory.createMetricCategory(MetricCategory value)
|
void |
MetricDescriptor.setCategory(MetricCategory value)
Sets the value of the category property.
|
Copyright © 2016. All rights reserved.