Uses of Enum Class
ca.phon.session.ParticipantRole
-
Uses of ParticipantRole in ca.phon.session
Modifier and TypeMethodDescriptionstatic ParticipantRole
ParticipantRole.fromString
(String title) AllParticipant.getRole()
Participant.getRole()
UnidentifiedParticipant.getRole()
static ParticipantRole
Returns the enum constant of this class with the specified name.static ParticipantRole[]
ParticipantRole.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
AllParticipant.setRole
(ParticipantRole role) void
Participant.setRole
(ParticipantRole role) void
UnidentifiedParticipant.setRole
(ParticipantRole role) -
Uses of ParticipantRole in ca.phon.session.impl
-
Uses of ParticipantRole in ca.phon.session.spi