public static enum JCSMPErrorResponseSubcodeMapper.ErrorContext extends Enum<JCSMPErrorResponseSubcodeMapper.ErrorContext>
| Modifier and Type | Field and Description |
|---|---|
com.solacesystems.jcsmp.impl.JCSMPErrorResponseSubcodeMapper.EMap[] |
_table |
| Modifier and Type | Method and Description |
|---|---|
static JCSMPErrorResponseSubcodeMapper.ErrorContext |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JCSMPErrorResponseSubcodeMapper.ErrorContext[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JCSMPErrorResponseSubcodeMapper.ErrorContext CONTROL
public static final JCSMPErrorResponseSubcodeMapper.ErrorContext DATA
public static final JCSMPErrorResponseSubcodeMapper.ErrorContext CSMP
public final com.solacesystems.jcsmp.impl.JCSMPErrorResponseSubcodeMapper.EMap[] _table
public static JCSMPErrorResponseSubcodeMapper.ErrorContext[] values()
for (JCSMPErrorResponseSubcodeMapper.ErrorContext c : JCSMPErrorResponseSubcodeMapper.ErrorContext.values()) System.out.println(c);
public static JCSMPErrorResponseSubcodeMapper.ErrorContext 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 nullCopyright 2004-2021 Solace Corporation. All rights reserved.