All Known Implementing Classes:
YamlTypedData

public interface TypedData
Represents typed data, e.g., a parameter.
Author:
Holger Eichelberger, SSE
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the description of the data.
    Returns the name of the data.
    Returns the type of the data.
  • Method Details

    • getName

      String getName()
      Returns the name of the data.
      Returns:
      the name
    • getDescription

      String getDescription()
      Returns the description of the data.
      Returns:
      the description
    • getType

      String getType()
      Returns the type of the data.
      Returns:
      the type as qualified Java name