Class DefaultDataTypeFactory

    • Constructor Detail

      • DefaultDataTypeFactory

        public DefaultDataTypeFactory()
        Creates the datatype factory.
    • Method Detail

      • get

        public DataType<?> get​(java.lang.String name,
                               java.lang.String variant)
        Description copied from interface: DataTypeFactory
        Gets the datatype singleton.
        Specified by:
        get in interface DataTypeFactory
        Parameters:
        name - the type name
        variant - the type variant, empty string if none
        Returns:
        the datatype, null if no such type