Interface EESpecProfile

All Known Implementing Classes:
EESpecProfiles

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

    Modifier and Type
    Method
    Description
    default String
    Convert the specified name to the target namespace.
    The pattern used for conversion.
    The source namespace.
    The target namespace.
  • Method Details

    • 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