Enum Class EstadoCreacion

java.lang.Object
java.lang.Enum<EstadoCreacion>
es.mdef.gaip_libreria.constantes.EstadoCreacion
All Implemented Interfaces:
Serializable, Comparable<EstadoCreacion>, Constable

public enum EstadoCreacion extends Enum<EstadoCreacion>
Enumeración que representa las distintas etapas en el proceso de creación de un acto.
  • Enum Constant Details

    • DATOS_GENERALES

      public static final EstadoCreacion DATOS_GENERALES
      Etapa para el ingreso o modificación de los datos generales del acto.
    • CARGA_ANFITRIONES

      public static final EstadoCreacion CARGA_ANFITRIONES
      Etapa para la carga o gestión de los anfitriones asociados al acto.
    • ZONAS

      public static final EstadoCreacion ZONAS
      Etapa para definir y configurar las zonas del acto.
    • PRIORIDADES

      public static final EstadoCreacion PRIORIDADES
      Etapa para establecer las prioridades.
    • DISTRIBUCION

      public static final EstadoCreacion DISTRIBUCION
      Etapa para configurar la distribución de las invitaciones del acto.
  • Method Details

    • values

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