Package org.somda.dsl.biceps.base
Class StringMetricValue
-
- All Implemented Interfaces:
-
org.somda.dsl.biceps.base.BicepsExtensible,org.somda.dsl.biceps.base.FullyExtensible,org.somda.dsl.biceps.base.GenericExtensible
public final class StringMetricValue extends MetricValue
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringvalueprivate final List<MetricValue.Annotation>annotationsprivate final MetricQualitymetricQualityprivate final List<BicepsExtension>bicepsExtensionsprivate final List<GenericExtension>genericExtensions
-
Constructor Summary
Constructors Constructor Description StringMetricValue(MetricQuality metricQuality)
-
Method Summary
-
Methods inherited from class org.somda.dsl.biceps.base.MetricValue
annotation, getAnnotations, getMetricQuality -
Methods inherited from class org.somda.dsl.biceps.base.BicepsExtensible
extendWith, getBicepsExtensions -
Methods inherited from class org.somda.dsl.biceps.base.GenericExtensible
extendWithGeneric, getGenericExtensions -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-