Enum Class PhenopacketSchemaVersion

java.lang.Object
java.lang.Enum<PhenopacketSchemaVersion>
org.phenopackets.phenopackettools.core.PhenopacketSchemaVersion
All Implemented Interfaces:
Serializable, Comparable<PhenopacketSchemaVersion>, Constable

public enum PhenopacketSchemaVersion extends Enum<PhenopacketSchemaVersion>
An enum with currently supported Phenopacket schema versions.
  • Enum Constant Details

    • V1

      public static final PhenopacketSchemaVersion V1
      The version 1 of the GA4GH Phenopacket schema released in 2019 to elicit community response. The V1 has been deprecated in favor of V2.
    • V2

      public static final PhenopacketSchemaVersion V2
      The version 2 of the GA4GH Phenopacket schema. This is the current version.
  • Method Details

    • values

      public static PhenopacketSchemaVersion[] 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 PhenopacketSchemaVersion 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