Interface RecordField

All Superinterfaces:
Documented, Savable
All Known Implementing Classes:
RecordFieldImpl

public interface RecordField extends Documented, Savable
Auto-generated interface for https://w3id.org/cwl/salad#RecordField
This interface is implemented by RecordFieldImpl
A field of a record.
  • Method Summary

    Modifier and Type
    Method
    Description
    Getter for property https://w3id.org/cwl/salad#Documented/doc
    A documentation string for this object, or an array of strings which should be concatenated.
    Getter for property https://w3id.org/cwl/salad#RecordField/name
    The name of the field *
    Getter for property https://w3id.org/cwl/salad#type
    The field type *
  • Method Details

    • getName

      Getter for property https://w3id.org/cwl/salad#RecordField/name
      The name of the field *
    • getDoc

      Getter for property https://w3id.org/cwl/salad#Documented/doc
      A documentation string for this object, or an array of strings which should be concatenated. *
      Specified by:
      getDoc in interface Documented
    • getType

      Getter for property https://w3id.org/cwl/salad#type
      The field type *