All Known Implementing Classes:
YamlField

public interface Field
Represents a typed field in a record-like type declared in an artifact as part of Type.
Author:
Holger Eichelberger, SSE
  • Method Summary

    Modifier and Type
    Method
    Description
    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
    • getType

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