Class PrimitiveDataType

    • Field Detail

      • classId

        public static final int classId
    • Constructor Detail

      • PrimitiveDataType

        protected PrimitiveDataType​(String name,
                                    int code,
                                    Class<? extends FieldValue> valueClass,
                                    PrimitiveDataType.Factory factory)
        Creates a datatype
        Parameters:
        name - the name of the type
        code - the code (id) of the type
        factory - the factory for creating field values of this type