public static enum OSCIExceptionCodes.OSCIOkCodes extends java.lang.Enum<OSCIExceptionCodes.OSCIOkCodes> implements OSCIExceptionCodes.OSCIExceptionCodesI
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOSCICode()
Liefert die Eingestellte OSCI Warnung
|
OSCIExceptionCodes.OSCIFeedBackTypes |
getOSCIFeedBackTypes()
Returns the type of the Error code from the type OSCIFeedBackTypes
|
static OSCIExceptionCodes.OSCIOkCodes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OSCIExceptionCodes.OSCIOkCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OSCIExceptionCodes.OSCIOkCodes Ok
public static final OSCIExceptionCodes.OSCIOkCodes OkFurther
public static OSCIExceptionCodes.OSCIOkCodes[] values()
for (OSCIExceptionCodes.OSCIOkCodes c : OSCIExceptionCodes.OSCIOkCodes.values()) System.out.println(c);
public static OSCIExceptionCodes.OSCIOkCodes 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 nullpublic java.lang.String getOSCICode()
getOSCICode
in interface OSCIExceptionCodes.OSCIExceptionCodesI
public OSCIExceptionCodes.OSCIFeedBackTypes getOSCIFeedBackTypes()
getOSCIFeedBackTypes
in interface OSCIExceptionCodes.OSCIExceptionCodesI
Copyright © 2017. All Rights Reserved.