public static enum OSCIExceptionCodes.OSCIFeedBackTypes extends java.lang.Enum<OSCIExceptionCodes.OSCIFeedBackTypes>
Enum Constant and Description |
---|
Ok |
OSCIException |
SoapClient |
SoapServer |
Warning |
Modifier and Type | Method and Description |
---|---|
static OSCIExceptionCodes.OSCIFeedBackTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OSCIExceptionCodes.OSCIFeedBackTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OSCIExceptionCodes.OSCIFeedBackTypes Warning
public static final OSCIExceptionCodes.OSCIFeedBackTypes OSCIException
public static final OSCIExceptionCodes.OSCIFeedBackTypes SoapClient
public static final OSCIExceptionCodes.OSCIFeedBackTypes SoapServer
public static final OSCIExceptionCodes.OSCIFeedBackTypes Ok
public static OSCIExceptionCodes.OSCIFeedBackTypes[] values()
for (OSCIExceptionCodes.OSCIFeedBackTypes c : OSCIExceptionCodes.OSCIFeedBackTypes.values()) System.out.println(c);
public static OSCIExceptionCodes.OSCIFeedBackTypes valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2017. All Rights Reserved.