Package org.ivoa.dm.tapschema
Class ColNameKeys
java.lang.Object
org.ivoa.dm.tapschema.ColNameKeys
Utilities concerned with model column name normalization.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
normalize
(TapschemaModel model) Normalize the model keys.
-
Constructor Details
-
ColNameKeys
public ColNameKeys()
-
-
Method Details
-
normalize
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.
-