Uses of Class
org.somda.sdc.biceps.model.participant.MetricCategory
-
Packages that use MetricCategory Package Description org.somda.sdc.biceps.model.participant -
-
Uses of MetricCategory in org.somda.sdc.biceps.model.participant
Fields in org.somda.sdc.biceps.model.participant declared as MetricCategory Modifier and Type Field Description protected MetricCategoryAbstractMetricDescriptor. metricCategoryMethods in org.somda.sdc.biceps.model.participant that return MetricCategory Modifier and Type Method Description static MetricCategoryMetricCategory. fromValue(String v)MetricCategoryAbstractMetricDescriptor. getMetricCategory()Gets the value of the metricCategory property.static MetricCategoryMetricCategory. 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.Methods in org.somda.sdc.biceps.model.participant with parameters of type MetricCategory Modifier and Type Method Description voidAbstractMetricDescriptor. setMetricCategory(MetricCategory value)Sets the value of the metricCategory property.
-