Interface TypedData

  • All Known Implementing Classes:
    YamlTypedData

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

      • getName

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

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

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