public static enum IBrokerMessage.MessageTypeCase extends Enum<IBrokerMessage.MessageTypeCase> implements com.google.protobuf.Internal.EnumLite
| Modifier and Type | Method and Description |
|---|---|
static IBrokerMessage.MessageTypeCase |
forNumber(int value) |
int |
getNumber() |
static IBrokerMessage.MessageTypeCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static IBrokerMessage.MessageTypeCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IBrokerMessage.MessageTypeCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IBrokerMessage.MessageTypeCase INVALID_REQUEST_NOTIFICATION
public static final IBrokerMessage.MessageTypeCase PARTICIPANT_TO_PARTICIPANT_TRANSFER_CONFIRMATION
public static final IBrokerMessage.MessageTypeCase PARTICIPANT_TO_PARTICIPANT_TRANSFER_STATUS
public static final IBrokerMessage.MessageTypeCase ACCOUNT_TO_ACCOUNT_TRANSFER_CONFIRMATION
public static final IBrokerMessage.MessageTypeCase PARTICIPANT_TO_ISSUER_TRANSFER_CONFIRMATION
public static final IBrokerMessage.MessageTypeCase ISSUER_TO_PARTICIPANT_TRANSFER_CONFIRMATION
public static final IBrokerMessage.MessageTypeCase PARTICIPANT_TO_ISSUER_CONVERSION_CONFIRMATION
public static final IBrokerMessage.MessageTypeCase ISSUER_TO_PARTICIPANT_CONVERSION_CONFIRMATION
public static final IBrokerMessage.MessageTypeCase MESSAGETYPE_NOT_SET
public static IBrokerMessage.MessageTypeCase[] values()
for (IBrokerMessage.MessageTypeCase c : IBrokerMessage.MessageTypeCase.values()) System.out.println(c);
public static IBrokerMessage.MessageTypeCase 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 null@Deprecated public static IBrokerMessage.MessageTypeCase valueOf(int value)
forNumber(int) instead.public static IBrokerMessage.MessageTypeCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2020. All rights reserved.