Enum Class CitationType

java.lang.Object
java.lang.Enum<CitationType>
org.orcid.jaxb.model.common.CitationType
All Implemented Interfaces:
Serializable, Comparable<CitationType>, Constable

public enum CitationType extends Enum<CitationType>
Java class for citation-type.
  • Enum Constant Details

    • FORMATTED_UNSPECIFIED

      public static final CitationType FORMATTED_UNSPECIFIED
    • BIBTEX

      public static final CitationType BIBTEX
    • FORMATTED_APA

      public static final CitationType FORMATTED_APA
    • FORMATTED_HARVARD

      public static final CitationType FORMATTED_HARVARD
    • FORMATTED_IEEE

      public static final CitationType FORMATTED_IEEE
    • FORMATTED_MLA

      public static final CitationType FORMATTED_MLA
    • FORMATTED_VANCOUVER

      public static final CitationType FORMATTED_VANCOUVER
    • FORMATTED_CHICAGO

      public static final CitationType FORMATTED_CHICAGO
    • RIS

      public static final CitationType RIS
  • Method Details

    • values

      public static CitationType[] 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 CitationType 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
    • value

      public String value()
    • fromValue

      public static CitationType fromValue(String v)