public enum MessageEventSource extends Enum<MessageEventSource>
Enum Constant and Description |
---|
BROADCAST_TO_APPROVER
Broadcast to approver.
|
BROADCAST_TO_INITIATOR
Broadcast to initiator.
|
BROADCAST_TO_QUOTE_SUBMITTER
Broadcast to quote submitter.
|
BROADCAST_TO_REQUESTER
Broadcast to requester.
|
NO_VALUE
Identifies no value.
|
Modifier and Type | Method and Description |
---|---|
static MessageEventSource |
forValue(char value) |
char |
getValue() |
static MessageEventSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageEventSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageEventSource NO_VALUE
public static final MessageEventSource BROADCAST_TO_INITIATOR
public static final MessageEventSource BROADCAST_TO_APPROVER
public static final MessageEventSource BROADCAST_TO_REQUESTER
public static final MessageEventSource BROADCAST_TO_QUOTE_SUBMITTER
public static MessageEventSource[] values()
for (MessageEventSource c : MessageEventSource.values()) System.out.println(c);
public static MessageEventSource 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 char getValue()
public static MessageEventSource forValue(char value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.