Package ca.phon.session
Enum Class ParticipantRole
- All Implemented Interfaces:
Serializable
,Comparable<ParticipantRole>
,Constable
List of possible participant roles.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic ParticipantRole
fromString
(String title) getId()
getTitle()
toString()
static ParticipantRole
Returns the enum constant of this class with the specified name.static ParticipantRole[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
TARGET_CHILD
-
TARGET_ADULT
-
CHILD
-
MOTHER
-
FATHER
-
BROTHER
-
SISTER
-
SIBLING
-
GRANDFATHER
-
GRANDMOTHER
-
RELATIVE
-
PARTICIPANT
-
THERAPIST
-
INFORMANT
-
SUBJECT
-
INVESTIGATOR
-
PARTNER
-
BOY
-
GIRL
-
ADULT
-
TEENAGER
-
MALE
-
FEMALE
-
VISITOR
-
FRIEND
-
PLAYMATE
-
CARETAKER
-
ENVIRONMENT
-
GROUP
-
UNIDENTIFIED
-
UNCERTAIN
-
OTHER
-
TEXT
-
MEDIA
-
PLAYROLE
-
LENA
-
JUSTICE
-
ATTORNEY
-
DOCTOR
-
NURSE
-
STUDENT
-
TEACHER
-
HOST
-
GUEST
-
LEADER
-
MEMBER
-
NARRATOR
-
SPEAKER
-
AUDIENCE
-
AUNT
Deprecated. -
BABYSITTER
Deprecated. -
CALLER
Deprecated. -
CAMERA_OPERATOR
Deprecated. -
CLINICIAN
Deprecated. -
COUSIN
Deprecated. -
FAMILY_FRIEND
Deprecated. -
HOUSEKEEPER
Deprecated. -
INTERVIEWER
Deprecated. -
JUDGE
Deprecated. -
NON_HUMAN
Deprecated. -
OBSERVER
Deprecated. -
OFFSCRIPT
Deprecated. -
OPERATOR
Deprecated. -
PATIENT
Deprecated. -
SHOWGUEST
Deprecated. -
SHOWHOST
Deprecated. -
TOY
Deprecated. -
UNCLE
Deprecated.
-
-
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
-
fromString
-
getId
-
getTitle
-
toString
- Overrides:
toString
in classEnum<ParticipantRole>
-