Interface ContentType


public interface ContentType
Used to return the type and version of the content that is currently stored in a
invalid reference
Source
.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the name of this ContentType.
    Get the namespace URI of this ContentType.
    Get the version of this ContentType.
  • Method Details

    • getName

      String getName()
      Get the name of this ContentType.
      Returns:
      name of this ContentType
    • getVersion

      String getVersion()
      Get the version of this ContentType.
      Returns:
      version of this ContentType
    • getNamespace

      URI getNamespace()
      Get the namespace URI of this ContentType.
      Returns:
      namespace URI of this ContentType