public static enum RealtimeMessageOut.Event extends Enum<RealtimeMessageOut.Event> implements BmcEnum
Outgoing Types of message event sent from Client -> Service - SEND_FINAL_RESULT - sendFinalResult
Enum Constant and Description |
---|
SendFinalResult |
Modifier and Type | Method and Description |
---|---|
static RealtimeMessageOut.Event |
create(String key) |
String |
getValue() |
static RealtimeMessageOut.Event |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RealtimeMessageOut.Event[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RealtimeMessageOut.Event SendFinalResult
public static RealtimeMessageOut.Event[] values()
for (RealtimeMessageOut.Event c : RealtimeMessageOut.Event.values()) System.out.println(c);
public static RealtimeMessageOut.Event valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static RealtimeMessageOut.Event create(String key)
Copyright © 2016–2024. All rights reserved.