Class TypeNames

java.lang.Object
overit.geocall.sql.TypeNames

public class TypeNames extends Object
Class that defines all the name of the possible types
  • Field Details

    • _names

      protected static HashMap _names
  • Constructor Details

    • TypeNames

      public TypeNames()
  • Method Details

    • getName

      public static String getName(int type)
      Returns the name based on the type
      Parameters:
      type - The type
      Returns:
      The name based on the type
    • init

      protected static void init()