| Package | Description |
|---|---|
| org.ornet.cdm |
| Modifier and Type | Field and Description |
|---|---|
protected MetricCategory |
MetricDescriptor.category |
| Modifier and Type | Method and Description |
|---|---|
static MetricCategory |
MetricCategory.fromValue(java.lang.String v) |
MetricCategory |
MetricDescriptor.getCategory()
Ruft den Wert der category-Eigenschaft ab.
|
static MetricCategory |
MetricCategory.valueOf(java.lang.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 |
|---|---|
javax.xml.bind.JAXBElement<MetricCategory> |
ObjectFactory.createMetricCategory(MetricCategory value)
|
| Modifier and Type | Method and Description |
|---|---|
javax.xml.bind.JAXBElement<MetricCategory> |
ObjectFactory.createMetricCategory(MetricCategory value)
|
void |
MetricDescriptor.setCategory(MetricCategory value)
Legt den Wert der category-Eigenschaft fest.
|