Enum Class EFunderIds

java.lang.Object
java.lang.Enum<EFunderIds>
org.damap.base.enums.EFunderIds
All Implemented Interfaces:
Serializable, Comparable<EFunderIds>, Constable

public enum EFunderIds extends Enum<EFunderIds>
EFunderIds class.
  • Enum Constant Details

    • EU_FUNDREF_ID

      public static final EFunderIds EU_FUNDREF_ID
    • EU_ROR_ID

      public static final EFunderIds EU_ROR_ID
    • EU_ISNI_ID

      public static final EFunderIds EU_ISNI_ID
    • FWF_FUNDREF_ID

      public static final EFunderIds FWF_FUNDREF_ID
    • FWF_ROR_ID

      public static final EFunderIds FWF_ROR_ID
    • FWF_ISNI_ID

      public static final EFunderIds FWF_ISNI_ID
  • Method Details

    • values

      public static EFunderIds[] 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 EFunderIds 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
    • getEUFunderIds

      public static List<String> getEUFunderIds()
      getEUFunderIds.
      Returns:
      a List object
    • getFWFFunderIds

      public static List<String> getFWFFunderIds()
      getFWFFunderIds.
      Returns:
      a List object
    • toString

      public String toString()
      Overrides:
      toString in class Enum<EFunderIds>