Interface EESpecProfile

  • All Known Implementing Classes:
    EESpecProfiles

    public interface EESpecProfile
    Used to represent a specification profile.
    • Method Detail

      • convert

        default String convert​(String name)
        Convert the specified name to the target namespace.
        Parameters:
        name - the name to convert
        Returns:
        the converted name
      • getSource

        String getSource()
        The source namespace.
        Returns:
        the source namespace
      • getTarget

        String getTarget()
        The target namespace.
        Returns:
        the target namespace
      • getPattern

        Pattern getPattern()
        The pattern used for conversion.
        Returns:
        the pattern