Interface ModelDescription


  • public interface ModelDescription
    .
    Since:
    8 Oct 2022
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.String> schemaMap()
      mapping between XML namespace and the schema file for that namespace.
      java.util.Map<java.lang.String,​java.lang.Class> utypeToClassMap()
      A map from the UTYPE to the class that implements that model element.
      java.lang.String xmlNamespace()
      The main namespace for the top level model element.
    • Method Detail

      • utypeToClassMap

        java.util.Map<java.lang.String,​java.lang.Class> utypeToClassMap()
        A map from the UTYPE to the class that implements that model element.
        Returns:
        the map.
      • schemaMap

        java.util.Map<java.lang.String,​java.lang.String> schemaMap()
        mapping between XML namespace and the schema file for that namespace.
        Returns:
        the mapping with namespace as the key and schema filename as the value
      • xmlNamespace

        java.lang.String xmlNamespace()
        The main namespace for the top level model element.
        Returns:
        the namespace for the model.