Enum Class EmpleoCc

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

public enum EmpleoCc extends Enum<EmpleoCc> implements Empleo
Enumeración que representa los diferentes empleos de Cuerpos Comunes.
  • Enum Constant Details

    • SOLDADO

      public static final EmpleoCc SOLDADO
    • SOLDADO_PRIMERA

      public static final EmpleoCc SOLDADO_PRIMERA
    • CABO

      public static final EmpleoCc CABO
    • CABO_PRIMERO

      public static final EmpleoCc CABO_PRIMERO
    • CABO_MAYOR

      public static final EmpleoCc CABO_MAYOR
    • SARGENTO_ALUMNO

      public static final EmpleoCc SARGENTO_ALUMNO
    • SARGENTO

      public static final EmpleoCc SARGENTO
    • SARGENTO_PRIMERO

      public static final EmpleoCc SARGENTO_PRIMERO
    • BRIGADA

      public static final EmpleoCc BRIGADA
    • SUBTENIENTE

      public static final EmpleoCc SUBTENIENTE
    • SUBOFICIAL_MAYOR

      public static final EmpleoCc SUBOFICIAL_MAYOR
    • CABALLERO_CADETE

      public static final EmpleoCc CABALLERO_CADETE
    • DAMA_CADETE

      public static final EmpleoCc DAMA_CADETE
    • CABALLERO_ALFEREZ_CADETE

      public static final EmpleoCc CABALLERO_ALFEREZ_CADETE
    • DAMA_ALFEREZ_CADETE

      public static final EmpleoCc DAMA_ALFEREZ_CADETE
    • ALFEREZ

      public static final EmpleoCc ALFEREZ
    • TENIENTE

      public static final EmpleoCc TENIENTE
    • CAPITAN

      public static final EmpleoCc CAPITAN
    • COMANDANTE

      public static final EmpleoCc COMANDANTE
    • TENIENTE_CORONEL

      public static final EmpleoCc TENIENTE_CORONEL
    • CORONEL

      public static final EmpleoCc CORONEL
    • GENERAL_DE_BRIGADA

      public static final EmpleoCc GENERAL_DE_BRIGADA
    • GENERAL_DE_DIVISION

      public static final EmpleoCc GENERAL_DE_DIVISION
    • TENIENTE_GENERAL

      public static final EmpleoCc TENIENTE_GENERAL
    • GENERAL_DE_EJERCITO

      public static final EmpleoCc GENERAL_DE_EJERCITO
  • Method Details

    • values

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