Package org.mongojack
Class TestParsingAndGeneratingPolymorphicTypes.DoubleMetric
- java.lang.Object
-
- org.mongojack.TestParsingAndGeneratingPolymorphicTypes.Metric
-
- org.mongojack.TestParsingAndGeneratingPolymorphicTypes.DoubleMetric
-
- Enclosing class:
- TestParsingAndGeneratingPolymorphicTypes
public static class TestParsingAndGeneratingPolymorphicTypes.DoubleMetric extends TestParsingAndGeneratingPolymorphicTypes.Metric
-
-
Constructor Summary
Constructors Constructor Description DoubleMetric(double value)
-
-
-
Method Detail
-
getValue
public double getValue()
-
getType
public String getType()
- Specified by:
getType
in classTestParsingAndGeneratingPolymorphicTypes.Metric
-
-