Enum Class ModalidadTurno

java.lang.Object
java.lang.Enum<ModalidadTurno>
com.gestorrh.api.entity.enums.ModalidadTurno
All Implemented Interfaces:
Serializable, Comparable<ModalidadTurno>, Constable

public enum ModalidadTurno extends Enum<ModalidadTurno>
Define si el turno asignado se realizará físicamente en la empresa o a distancia.
  • Enum Constant Details

  • Constructor Details

    • ModalidadTurno

      private ModalidadTurno()
  • Method Details

    • values

      public static ModalidadTurno[] 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 ModalidadTurno 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