Class NumericDataType

java.lang.Object
com.yahoo.vespa.objects.Selectable
com.yahoo.vespa.objects.Identifiable
All Implemented Interfaces:
Cloneable, Comparable<DataType>

public class NumericDataType extends PrimitiveDataType
Author:
Einar M R Rosenvinge
  • Field Details

    • classId

      public static int classId
  • Constructor Details

    • NumericDataType

      protected NumericDataType(String name, int code, Class<? extends FieldValue> type, PrimitiveDataType.Factory factory)
      Creates a datatype
      Parameters:
      name - the name of the type
      code - the code (id) of the type
      type - the field value used for this type
  • Method Details