Class ColNameKeys

java.lang.Object
org.ivoa.dm.tapschema.ColNameKeys

public class ColNameKeys extends Object
Utilities concerned with model column name normalization.
  • Constructor Details

    • ColNameKeys

      public ColNameKeys()
  • Method Details

    • normalize

      public static void normalize(TapschemaModel model)
      Normalize the model keys. Make sure that the correct keys are generated for a model that as been read from an XML instance. This need to be done to make the model ready for saving to a database.
      Parameters:
      model - the model instance to be normalized.