Enum Class ElgaEventCodeList
java.lang.Object
java.lang.Enum<ElgaEventCodeList>
org.projecthusky.cda.elga.generated.artdecor.enums.ElgaEventCodeList
- All Implemented Interfaces:
Serializable,Comparable<ElgaEventCodeList>,Constable,org.projecthusky.common.enums.CodedMetadataEnumInterface,org.projecthusky.common.enums.TranslatedEnumInterface,org.projecthusky.common.enums.ValueSetEnumInterface
public enum ElgaEventCodeList
extends Enum<ElgaEventCodeList>
implements org.projecthusky.common.enums.ValueSetEnumInterface
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetDisplayName(org.projecthusky.common.enums.LanguageCode languageCode) static ElgaEventCodeListstatic booleanisEnumOfValueSet(String enumName) static booleanisInValueSet(String codeValue) static ElgaEventCodeListReturns the enum constant of this class with the specified name.static ElgaEventCodeList[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface org.projecthusky.common.enums.TranslatedEnumInterface
getDisplayNameMethods inherited from interface org.projecthusky.common.enums.ValueSetEnumInterface
getCD, getCD, getCE, getCE, getCode, getCode, getCodedString, getIpfCode, isContainedIn, isEqualTo, name
-
Enum Constant Details
-
IMMUNIZATION_RECORD
-
-
Field Details
-
IMMUNIZATION_RECORD_CODE
- See Also:
-
VALUE_SET_ID
- See Also:
-
VALUE_SET_NAME
- See Also:
-
-
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
-
getEnum
-
isEnumOfValueSet
-
isInValueSet
-
getCodeSystemId
- Specified by:
getCodeSystemIdin interfaceorg.projecthusky.common.enums.ValueSetEnumInterface
-
getCodeSystemName
- Specified by:
getCodeSystemNamein interfaceorg.projecthusky.common.enums.ValueSetEnumInterface
-
getCodeValue
- Specified by:
getCodeValuein interfaceorg.projecthusky.common.enums.ValueSetEnumInterface
-
getDisplayName
- Specified by:
getDisplayNamein interfaceorg.projecthusky.common.enums.TranslatedEnumInterface
-
getValueSetId
- Specified by:
getValueSetIdin interfaceorg.projecthusky.common.enums.ValueSetEnumInterface
-
getValueSetName
- Specified by:
getValueSetNamein interfaceorg.projecthusky.common.enums.ValueSetEnumInterface
-