Interface UnboundIDExtension

    • Method Detail

      • getExtensionName

        java.lang.String getExtensionName()
        Retrieves a human-readable name for this extension.
        Returns:
        A human-readable name for this extension.
      • getExtensionDescription

        java.lang.String[] getExtensionDescription()
        Retrieves a human-readable description for this extension. Each element of the array that is returned will be considered a separate paragraph in generated documentation.
        Returns:
        A human-readable description for this extension, or null or an empty array if no description should be available.