Enum Class FilterName

java.lang.Object
java.lang.Enum<FilterName>
eu.dnetlib.openaire.exporter.model.dsm.FilterName
All Implemented Interfaces:
Serializable, Comparable<FilterName>, java.lang.constant.Constable

public enum FilterName extends Enum<FilterName>
  • Enum Constant Details

    • id

      public static final FilterName id
    • managed

      public static final FilterName managed
    • collectedfrom

      public static final FilterName collectedfrom
    • officialname

      public static final FilterName officialname
    • englishname

      public static final FilterName englishname
    • websiteurl

      public static final FilterName websiteurl
    • contactemail

      public static final FilterName contactemail
    • registeredby

      public static final FilterName registeredby
    • typology

      public static final FilterName typology
    • eoscDatasourceType

      public static final FilterName eoscDatasourceType
    • platform

      public static final FilterName platform
    • country

      public static final FilterName country
  • Method Details

    • values

      public static FilterName[] 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 FilterName 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
    • type

      public static FilterType type(FilterName filterName)