Enum Class EmpleoGc

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

public enum EmpleoGc extends Enum<EmpleoGc> implements Empleo
Enumeración que representa los diferentes empleos en la Guardia Civil.
  • Enum Constant Details

    • GUARDIA_ALUMNO

      public static final EmpleoGc GUARDIA_ALUMNO
    • GUARDIA_CIVIL

      public static final EmpleoGc GUARDIA_CIVIL
    • GUARDIA_CIVIL_PRIMERA

      public static final EmpleoGc GUARDIA_CIVIL_PRIMERA
    • CABO

      public static final EmpleoGc CABO
    • CABO_PRIMERO

      public static final EmpleoGc CABO_PRIMERO
    • CABO_MAYOR

      public static final EmpleoGc CABO_MAYOR
    • SARGENTO_ALUMNO

      public static final EmpleoGc SARGENTO_ALUMNO
    • SARGENTO

      public static final EmpleoGc SARGENTO
    • SARGENTO_PRIMERO

      public static final EmpleoGc SARGENTO_PRIMERO
    • BRIGADA

      public static final EmpleoGc BRIGADA
    • SUBTENIENTE

      public static final EmpleoGc SUBTENIENTE
    • SUBOFICIAL_MAYOR

      public static final EmpleoGc SUBOFICIAL_MAYOR
    • CABALLERO_CADETE

      public static final EmpleoGc CABALLERO_CADETE
    • DAMA_CADETE

      public static final EmpleoGc DAMA_CADETE
    • CABALLERO_ALFEREZ_CADETE

      public static final EmpleoGc CABALLERO_ALFEREZ_CADETE
    • DAMA_ALFEREZ_CADETE

      public static final EmpleoGc DAMA_ALFEREZ_CADETE
    • ALFEREZ

      public static final EmpleoGc ALFEREZ
    • TENIENTE

      public static final EmpleoGc TENIENTE
    • CAPITAN

      public static final EmpleoGc CAPITAN
    • COMANDANTE

      public static final EmpleoGc COMANDANTE
    • TENIENTE_CORONEL

      public static final EmpleoGc TENIENTE_CORONEL
    • CORONEL

      public static final EmpleoGc CORONEL
    • GENERAL_DE_BRIGADA

      public static final EmpleoGc GENERAL_DE_BRIGADA
    • GENERAL_DE_DIVISION

      public static final EmpleoGc GENERAL_DE_DIVISION
    • TENIENTE_GENERAL

      public static final EmpleoGc TENIENTE_GENERAL
  • Method Details

    • values

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