Package org.projecthusky.common.enums
Enum Class EhcVersions
- All Implemented Interfaces:
Serializable
,Comparable<EhcVersions>
,Constable
Enum that contains the different Versions of the eHealtConnector and husky
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionOID eHealthConnector Proof of ConceptOID eHealthConnector R201503OID eHealthConnector R201510OID eHealthConnector R201604OID eHealthConnector R201704OID eHealthConnector R201711OID eHealthConnector R201807OID eHealthConnector R201909OID eHealthConnector R202007OID husky development edition (trunk)OID husky Rxxxxxx -
Method Summary
Modifier and TypeMethodDescriptionstatic EhcVersions
getOid()
static EhcVersions
Returns the enum constant of this class with the specified name.static EhcVersions[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
HUSKY_DEV
OID husky development edition (trunk) -
EHEALTH_CONNECTOR_R201402
OID eHealthConnector Proof of Concept -
EHEALTH_CONNECTOR_R201503
OID eHealthConnector R201503 -
EHEALTH_CONNECTOR_R201510
OID eHealthConnector R201510 -
EHEALTH_CONNECTOR_R201604
OID eHealthConnector R201604 -
EHEALTH_CONNECTOR_R201704
OID eHealthConnector R201704 -
EHEALTH_CONNECTOR_R201711
OID eHealthConnector R201711 -
EHEALTH_CONNECTOR_R201807
OID eHealthConnector R201807 -
EHEALTH_CONNECTOR_R201909
OID eHealthConnector R201909 -
EHEALTH_CONNECTOR_R202007
OID eHealthConnector R202007 -
HUSKY_RXXXXXX
OID husky Rxxxxxx
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
getCurrentVersion
-
getOid
-
getReleaseDate
-
getSystemVersionName
-