Class SchemaSpec

java.lang.Object
hydra.workflow.SchemaSpec
All Implemented Interfaces:
Serializable, Comparable<SchemaSpec>
Direct Known Subclasses:
SchemaSpec.File, SchemaSpec.Hydra, SchemaSpec.Provided

public abstract class SchemaSpec extends Object implements Serializable, Comparable<SchemaSpec>
The specification of a schema at the source end of a workflow
See Also:
  • Field Details

    • TYPE_

      public static final Name TYPE_
    • HYDRA

      public static final Name HYDRA
    • FILE

      public static final Name FILE
    • PROVIDED

      public static final Name PROVIDED
  • Method Details