Enum Class DslSchema

java.lang.Object
java.lang.Enum<DslSchema>
fr.gouv.vitam.common.dsl.schema.DslSchema
All Implemented Interfaces:
Serializable, Comparable<DslSchema>, Constable

public enum DslSchema extends Enum<DslSchema>
List of dsl schemas
  • Enum Constant Details

    • SELECT_MULTIPLE

      public static final DslSchema SELECT_MULTIPLE
    • SELECT_SINGLE

      public static final DslSchema SELECT_SINGLE
    • BATCH_PROCESSING

      public static final DslSchema BATCH_PROCESSING
    • GET_BY_ID

      public static final DslSchema GET_BY_ID
    • BULK_UPDATE

      public static final DslSchema BULK_UPDATE
    • UPDATE_BY_ID

      public static final DslSchema UPDATE_BY_ID
    • MASS_UPDATE

      public static final DslSchema MASS_UPDATE
    • RECLASSIFICATION_QUERY

      public static final DslSchema RECLASSIFICATION_QUERY
  • Method Details

    • values

      public static DslSchema[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static DslSchema valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getFilename

      public String getFilename()