Enum Class EhcVersions

java.lang.Object
java.lang.Enum<EhcVersions>
org.projecthusky.common.enums.EhcVersions
All Implemented Interfaces:
Serializable, Comparable<EhcVersions>, Constable

public enum EhcVersions extends Enum<EhcVersions>
Enum that contains the different Versions of the eHealtConnector and husky
  • Enum Constant Details

    • HUSKY_DEV

      public static final EhcVersions HUSKY_DEV
      OID husky development edition (trunk)
    • EHEALTH_CONNECTOR_R201402

      public static final EhcVersions EHEALTH_CONNECTOR_R201402
      OID eHealthConnector Proof of Concept
    • EHEALTH_CONNECTOR_R201503

      public static final EhcVersions EHEALTH_CONNECTOR_R201503
      OID eHealthConnector R201503
    • EHEALTH_CONNECTOR_R201510

      public static final EhcVersions EHEALTH_CONNECTOR_R201510
      OID eHealthConnector R201510
    • EHEALTH_CONNECTOR_R201604

      public static final EhcVersions EHEALTH_CONNECTOR_R201604
      OID eHealthConnector R201604
    • EHEALTH_CONNECTOR_R201704

      public static final EhcVersions EHEALTH_CONNECTOR_R201704
      OID eHealthConnector R201704
    • EHEALTH_CONNECTOR_R201711

      public static final EhcVersions EHEALTH_CONNECTOR_R201711
      OID eHealthConnector R201711
    • EHEALTH_CONNECTOR_R201807

      public static final EhcVersions EHEALTH_CONNECTOR_R201807
      OID eHealthConnector R201807
    • EHEALTH_CONNECTOR_R201909

      public static final EhcVersions EHEALTH_CONNECTOR_R201909
      OID eHealthConnector R201909
    • EHEALTH_CONNECTOR_R202007

      public static final EhcVersions EHEALTH_CONNECTOR_R202007
      OID eHealthConnector R202007
    • HUSKY_RXXXXXX

      public static final EhcVersions HUSKY_RXXXXXX
      OID husky Rxxxxxx
  • Method Details

    • values

      public static EhcVersions[] 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 EhcVersions 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
    • getCurrentVersion

      public static EhcVersions getCurrentVersion()
    • getOid

      public String getOid()
    • getReleaseDate

      public String getReleaseDate()
    • getSystemVersionName

      public String getSystemVersionName()