Enum V3WorkClassificationODH

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      NULL
      added to help the parsers
      PWAF
      A situation in which an individual serves in a government-sponsored military force.
      PWFG
      A situation in which an individual works for a national government organization, not including armed forces, and receives a paid salary or wage.
      PWLG
      A situation in which an individual works for a government organization with jurisdiction below the level of state/provincial/territorial/tribal government (e.g., city, town, township), not armed forces, and receives a paid salary or wage.
      PWNSE
      A situation in which an individual works for a business (not government) that they do not own and receives a paid salary or wage.
      PWSE
      A situation in which an individual earns a salary or wage working for himself or herself instead of working for an employer.
      PWSG
      A situation in which an individual works for a government organization with jurisdiction immediately below the level of national government (between national government and local government), not armed forces and receives a paid salary or wage.
      UWNSE
      A situation in which an individual works for a business (not government) that they do not own without receiving a paid salary or wage.
      UWSE
      A situation in which an individual works for himself or herself without receiving a paid salary or wage.
      VW
      A situation in which an individual chooses to do something, especially for other people or for an organization, willingly and without being forced or compensated to do it.
    • Enum Constant Detail

      • PWAF

        public static final V3WorkClassificationODH PWAF
        A situation in which an individual serves in a government-sponsored military force.
      • PWFG

        public static final V3WorkClassificationODH PWFG
        A situation in which an individual works for a national government organization, not including armed forces, and receives a paid salary or wage.
      • PWLG

        public static final V3WorkClassificationODH PWLG
        A situation in which an individual works for a government organization with jurisdiction below the level of state/provincial/territorial/tribal government (e.g., city, town, township), not armed forces, and receives a paid salary or wage.
      • PWNSE

        public static final V3WorkClassificationODH PWNSE
        A situation in which an individual works for a business (not government) that they do not own and receives a paid salary or wage.
      • PWSE

        public static final V3WorkClassificationODH PWSE
        A situation in which an individual earns a salary or wage working for himself or herself instead of working for an employer.
      • PWSG

        public static final V3WorkClassificationODH PWSG
        A situation in which an individual works for a government organization with jurisdiction immediately below the level of national government (between national government and local government), not armed forces and receives a paid salary or wage. Often called a state, provincial, territorial, or tribal government.
      • UWNSE

        public static final V3WorkClassificationODH UWNSE
        A situation in which an individual works for a business (not government) that they do not own without receiving a paid salary or wage.
      • UWSE

        public static final V3WorkClassificationODH UWSE
        A situation in which an individual works for himself or herself without receiving a paid salary or wage.
      • VW

        public static final V3WorkClassificationODH VW
        A situation in which an individual chooses to do something, especially for other people or for an organization, willingly and without being forced or compensated to do it. This can include formal activity undertaken through public, private and voluntary organizations as well as informal community participation.
    • Method Detail

      • values

        public static V3WorkClassificationODH[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (V3WorkClassificationODH c : V3WorkClassificationODH.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static V3WorkClassificationODH valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
        NullPointerException - if the argument is null