All Known Implementing Classes:
YamlType

public interface Type
Represents a type declared by an artifact.
Author:
Holger Eichelberger, SSE
  • Method Summary

    Modifier and Type
    Method
    Description
    List<? extends Field>
    Returns the fields of the type.
    Returns the name of the type.
  • Method Details

    • getName

      String getName()
      Returns the name of the type.
      Returns:
      the name as Java qualified name
    • getFields

      List<? extends Field> getFields()
      Returns the fields of the type.
      Returns:
      the fields