Enum OrgCode

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

    public enum OrgCode
    extends java.lang.Enum<OrgCode>
    The Enum OrgCode.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static OrgCode fromValue​(java.lang.String v)
      From value.
      java.lang.String value()
      Value.
      static OrgCode valueOf​(java.lang.String name)
      Returns the enum constant of this type with the specified name.
      static OrgCode[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      • Methods inherited from class java.lang.Enum

        clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Enum Constant Detail

      • AU

        public static final OrgCode AU
        The au.
      • CU

        public static final OrgCode CU
        The cu.
      • FI_U

        public static final OrgCode FI_U
        The fi u.
      • FO_U

        public static final OrgCode FO_U
        The F ö U.
      • JU_U

        public static final OrgCode JU_U
        The ju u.
      • KU

        public static final OrgCode KU
        The ku.
      • KR_U

        public static final OrgCode KR_U
        The kr u.
      • MJU

        public static final OrgCode MJU
        The mju.
      • NU

        public static final OrgCode NU
        The nu.
      • SK_U

        public static final OrgCode SK_U
        The sk u.
      • SF_U

        public static final OrgCode SF_U
        The sf u.
      • SO_U

        public static final OrgCode SO_U
        The so u.
      • TU

        public static final OrgCode TU
        The tu.
      • UB_U

        public static final OrgCode UB_U
        The ub u.
      • UU

        public static final OrgCode UU
        The uu.
      • JU_SO_U

        public static final OrgCode JU_SO_U
        The ju so u.
      • KUU

        public static final OrgCode KUU
        The kuu.
      • U_FO_U

        public static final OrgCode U_FO_U
        The U F ö U.
      • UMJU

        public static final OrgCode UMJU
        The umju.
      • U_SO_U

        public static final OrgCode U_SO_U
        The u so u.
      • JO_U

        public static final OrgCode JO_U
        The jo u.
      • BO_U

        public static final OrgCode BO_U
        The bo u.
      • LU

        public static final OrgCode LU
        The lu.
    • Method Detail

      • values

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

        public static OrgCode 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 OrgCode fromValue​(java.lang.String v)
        From value.
        Parameters:
        v - the v
        Returns:
        the org code