Class SystemMetadata


  • public class SystemMetadata
    extends Object
    • Constructor Detail

      • SystemMetadata

        public SystemMetadata()
    • Method Detail

      • getDataTypes

        public List<Datatype> getDataTypes()
        List of all "built-in" datatypes. Note that the datatype names do not necessarily match the corresponding runtime type names i.e. int vs. integer
        Returns:
      • getRuntimeTypeMap

        public Map<String,​Datatype> getRuntimeTypeMap()
        Map of runtime types and aliases to runtime datatypes
        Returns: