Uses of Enum Class
nl.andrewl.concord_core.msg.types.client_setup.RegistrationStatus.Type
Packages that use RegistrationStatus.Type
Package
Description
Messages pertaining to the establishment of a connection with clients.
-
Uses of RegistrationStatus.Type in nl.andrewl.concord_core.msg.types.client_setup
Fields in nl.andrewl.concord_core.msg.types.client_setup declared as RegistrationStatus.TypeModifier and TypeFieldDescriptionprivate final RegistrationStatus.Type
RegistrationStatus.type
The field for thetype
record component.Methods in nl.andrewl.concord_core.msg.types.client_setup that return RegistrationStatus.TypeModifier and TypeMethodDescriptionRegistrationStatus.type()
Returns the value of thetype
record component.static RegistrationStatus.Type
Returns the enum constant of this class with the specified name.static RegistrationStatus.Type[]
RegistrationStatus.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in nl.andrewl.concord_core.msg.types.client_setup with parameters of type RegistrationStatus.TypeModifierConstructorDescriptionRegistrationStatus
(RegistrationStatus.Type type, String reason) Creates an instance of aRegistrationStatus
record class.