Uses of Enum Class
ca.phon.session.ParticipantRole
Packages that use ParticipantRole
-
Uses of ParticipantRole in ca.phon.session
Subclasses with type arguments of type ParticipantRole in ca.phon.sessionMethods in ca.phon.session that return ParticipantRoleModifier and TypeMethodDescriptionstatic ParticipantRoleParticipantRole.fromString(String title) AllParticipant.getRole()Participant.getRole()UnidentifiedParticipant.getRole()static ParticipantRoleReturns 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 TypeMethodDescriptionParticipants.getPreferredParticipantId(ParticipantRole role) Get next participant id based on rolevoidAllParticipant.setRole(ParticipantRole role) voidParticipant.setRole(ParticipantRole role) voidUnidentifiedParticipant.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