Enum Class ParticipationMode
java.lang.Object
java.lang.Enum<ParticipationMode>
org.ehrbase.openehr.sdk.generator.commons.shareddefinition.ParticipationMode
- All Implemented Interfaces:
Serializable,Comparable<ParticipationMode>,Constable,EnumValueSet
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptiongetCode()getValue()static ParticipationModeReturns the enum constant of this class with the specified name.static ParticipationMode[]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.ehrbase.openehr.sdk.generator.commons.interfaces.EnumValueSet
toCodedText, toCodePhrase
-
Enum Constant Details
-
NOT_SPECIFIED
-
FACE_TO_FACE_COMMUNICATION
-
INTERPRETED_FACE_TO_FACE_COMMUNICATION
-
SIGNING_FACE_TO_FACE
-
LIVE_AUDIOVISUAL_VIDEOCONFERENCE_VIDEOPHONE
-
VIDEOCONFERENCING
-
VIDEOPHONE
-
SIGNING_OVER_VIDEO
-
INTERPRETED_VIDEO_COMMUNICATION
-
ASYNCHRONOUS_AUDIOVISUAL_RECORDED_VIDEO
-
RECORDED_VIDEO
-
LIVE_AUDIO_ONLY_TELEPHONE_INTERNET_PHONE_TELECONFERENCE
-
TELEPHONE
-
TELECONFERENCE
-
INTERNET_TELEPHONE
-
INTERPRETED_AUDIO_ONLY
-
ASYNCHRONOUS_AUDIO_ONLY_DICTATED_VOICE_MAIL
-
DICTATED
-
VOICE_MAIL
-
LIVE_TEXT_ONLY_INTERNET_CHAT_SMS_CHAT_INTERACTIVE_WRITTEN_NOTE
public static final ParticipationMode LIVE_TEXT_ONLY_INTERNET_CHAT_SMS_CHAT_INTERACTIVE_WRITTEN_NOTE -
INTERNET_CHAT
-
SMS_CHAT
-
INTERACTIVE_WRITTEN_NOTE
-
ASYNCHRONOUS_TEXT_EMAIL_FAX_LETTER_HANDWRITTEN_NOTE_SMS_MESSAGE
public static final ParticipationMode ASYNCHRONOUS_TEXT_EMAIL_FAX_LETTER_HANDWRITTEN_NOTE_SMS_MESSAGE -
HANDWRITTEN_NOTE
-
PRINTED_TYPED_LETTER
-
EMAIL
-
FACSIMILE_TELEFAX
-
TRANSLATED_TEXT
-
SMS_MESSAGE
-
PHYSICALLY_PRESENT
-
PHYSICALLY_REMOTE
-
-
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
-
getValue
- Specified by:
getValuein interfaceEnumValueSet
-
getDescription
- Specified by:
getDescriptionin interfaceEnumValueSet
-
getTerminologyId
- Specified by:
getTerminologyIdin interfaceEnumValueSet
-
getCode
- Specified by:
getCodein interfaceEnumValueSet
-