Interface FormatDescriptionType

All Known Implementing Classes:
FormatDescription

@ProviderType
@Immutable
public interface FormatDescriptionType
A runtimes of a supported format.
  • Method Summary

    Modifier and Type Method Description
    java.lang.String description()  
    java.lang.String mimeType()  
    java.net.URI name()  
  • Method Details

    • description

      java.lang.String description()
      Returns:
      A human-readable runtimes of the format
    • mimeType

      java.lang.String mimeType()
      Returns:
      The mime type for the format
    • name

      java.net.URI name()
      Returns:
      The unique name for the format