Enum RoleStatus

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<RoleStatus>

    public enum RoleStatus
    extends java.lang.Enum<RoleStatus>
    The Enum RoleStatus.
    • Enum Constant Detail

      • ANDRE_VICE_TALMAN_TJANSTGORANDE_RIKSDAGSLEDAMOT

        public static final RoleStatus ANDRE_VICE_TALMAN_TJANSTGORANDE_RIKSDAGSLEDAMOT
        The ANDR E VIC E TALMA N tjänstgörand E RIKSDAGSLEDAMOT.
      • AVGANGEN_RIKSDAGSLEDAMOT

        public static final RoleStatus AVGANGEN_RIKSDAGSLEDAMOT
        The AVGANGE N RIKSDAGSLEDAMOT.
      • AVLIDEN_2000_04_28

        public static final RoleStatus AVLIDEN_2000_04_28
        The avliden 2000 04 28.
      • AVLIDEN_2003_09_11

        public static final RoleStatus AVLIDEN_2003_09_11
        The avliden 2003 09 11.
      • AVLIDEN_2006_12_06

        public static final RoleStatus AVLIDEN_2006_12_06
        The avliden 2006 12 06.
      • AVLIDEN_2007_05_17

        public static final RoleStatus AVLIDEN_2007_05_17
        The avliden 2007 05 17.
      • AVLIDEN_2007_05_31

        public static final RoleStatus AVLIDEN_2007_05_31
        The avliden 2007 05 31.
      • AVLIDEN_2007_06_30

        public static final RoleStatus AVLIDEN_2007_06_30
        The avliden 2007 06 30.
      • ERSATTARE

        public static final RoleStatus ERSATTARE
        The ERSATTARE.
      • FINANSMINISTER

        public static final RoleStatus FINANSMINISTER
        The finansminister.
      • FORSTE_VICE_TALMAN_TJANSTGORANDE_RIKSDAGSLEDAMOT

        public static final RoleStatus FORSTE_VICE_TALMAN_TJANSTGORANDE_RIKSDAGSLEDAMOT
        The FORST E VIC E TALMA N tjänstgörand E RIKSDAGSLEDAMOT.
      • FORSVARSMINISTER

        public static final RoleStatus FORSVARSMINISTER
        The FORSVARSMINISTER.
      • INTEGRATIONS_OCH_JAMSTALLDHETSMINISTER

        public static final RoleStatus INTEGRATIONS_OCH_JAMSTALLDHETSMINISTER
        The INTEGRATION S OC H jämställdhetsminister.
      • JORDBRUKSMINISTER

        public static final RoleStatus JORDBRUKSMINISTER
        The jordbruksminister.
      • JUSTITIEMINISTER

        public static final RoleStatus JUSTITIEMINISTER
        The justitieminister.
      • KULTURMINISTER

        public static final RoleStatus KULTURMINISTER
        The kulturminister.
      • LEDIG

        public static final RoleStatus LEDIG
        The ledig.
      • MILJOMINISTER

        public static final RoleStatus MILJOMINISTER
        The MILJOMINISTER.
      • NARINGSMINISTER

        public static final RoleStatus NARINGSMINISTER
        The NARINGSMINISTER.
      • SOCIALMINISTER

        public static final RoleStatus SOCIALMINISTER
        The socialminister.
      • STATSMINISTER

        public static final RoleStatus STATSMINISTER
        The statsminister.
      • STATSRAD

        public static final RoleStatus STATSRAD
        The STATSRAD.
      • TALMAN

        public static final RoleStatus TALMAN
        The talman.
      • TIDIGARE_ERSATTARE

        public static final RoleStatus TIDIGARE_ERSATTARE
        The TIDIGAR E ersättare.
      • TIDIGARE_RIKSDAGSLEDAMOT

        public static final RoleStatus TIDIGARE_RIKSDAGSLEDAMOT
        The tidigare riksdagsledamot.
      • TILLGANGLIG_ERSATTARE

        public static final RoleStatus TILLGANGLIG_ERSATTARE
        The TILLGANGLI G ersättare.
      • TJANSTGORANDE_ERSATTARE

        public static final RoleStatus TJANSTGORANDE_ERSATTARE
        The TJANSTGORAND E ersättare.
      • TJANSTGORANDE_RIKSDAGSLEDAMOT

        public static final RoleStatus TJANSTGORANDE_RIKSDAGSLEDAMOT
        The TJANSTGORAND E RIKSDAGSLEDAMOT.
      • TJANSTGORANDE_STATSRADSERSATTARE

        public static final RoleStatus TJANSTGORANDE_STATSRADSERSATTARE
        The TJANSTGORAND E statsrådsersättare.
      • TJANSTGORANDE

        public static final RoleStatus TJANSTGORANDE
        The TJANSTGORANDE.
      • TJANSTGORANDE_TALMANSERSATTARE

        public static final RoleStatus TJANSTGORANDE_TALMANSERSATTARE
        The TJANSTGORAND E talmansersättare.
      • TJANSTLEDIG_RIKSDAGSLEDAMOT

        public static final RoleStatus TJANSTLEDIG_RIKSDAGSLEDAMOT
        The TJANSTLEDI G RIKSDAGSLEDAMOT.
      • TREDJE_VICE_TALMAN_TJANSTGORANDE_RIKSDAGSLEDAMOT

        public static final RoleStatus TREDJE_VICE_TALMAN_TJANSTGORANDE_RIKSDAGSLEDAMOT
        The TREDJ E VIC E TALMA N tjänstgörand E RIKSDAGSLEDAMOT.
      • UTBILDNINGSMINISTER

        public static final RoleStatus UTBILDNINGSMINISTER
        The utbildningsminister.
      • UTRIKESMINISTER

        public static final RoleStatus UTRIKESMINISTER
        The utrikesminister.
    • Method Detail

      • values

        public static RoleStatus[] 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 (RoleStatus c : RoleStatus.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static RoleStatus valueOf​(java.lang.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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • value

        public java.lang.String value()
        Value.
        Returns:
        the string
      • fromValue

        public static RoleStatus fromValue​(java.lang.String v)
        From value.
        Parameters:
        v - the v
        Returns:
        the role status