Interface ExtensionsDataSpecification


public interface ExtensionsDataSpecification
Class holds the specification data that results from parsing a ExtensionsDataSpecification.
  • Method Summary

    Modifier and Type
    Method
    Description
    get the name of this ExtensionsDataSpecification
    get the payload specification associated with the ExtensionsDataSpecification
  • Method Details

    • getName

      String getName()
      get the name of this ExtensionsDataSpecification
      Returns:
      the name of this ExtensionsDataSpecification
    • getPayloadSpec

      PayloadSpec getPayloadSpec()
      get the payload specification associated with the ExtensionsDataSpecification
      Returns:
      the payload specification associated with the ExtensionsDataSpecification