Uses of Enum Class
ca.phon.session.ParticipantRole
Packages that use ParticipantRole
-
Uses of ParticipantRole in ca.phon.session
Methods in ca.phon.session that return ParticipantRoleModifier 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.Methods in ca.phon.session that return types with arguments of type ParticipantRoleMethods in ca.phon.session with parameters of type ParticipantRoleModifier and TypeMethodDescriptionvoid
AllParticipant.setRole
(ParticipantRole role) void
Participant.setRole
(ParticipantRole role) void
UnidentifiedParticipant.setRole
(ParticipantRole role) -
Uses of ParticipantRole in ca.phon.session.impl
Methods in ca.phon.session.impl that return ParticipantRoleMethods in ca.phon.session.impl with parameters of type ParticipantRole -
Uses of ParticipantRole in ca.phon.session.spi
Methods in ca.phon.session.spi that return ParticipantRoleMethods in ca.phon.session.spi with parameters of type ParticipantRole