Interface Field

  • 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 Detail

      • getName

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

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