public static enum JCoUnitIdentifier.Type extends Enum<JCoUnitIdentifier.Type>
Enum Constant and Description |
---|
TYPE_Q
bgRFC unit is of type 'Q', exactly once behavior in order (EOIO), comparable to former qRFC
|
TYPE_T
bgRFC unit is of type 'T', exactly once behavior (EO), comparable to former tRFC
|
Modifier and Type | Method and Description |
---|---|
static JCoUnitIdentifier.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JCoUnitIdentifier.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JCoUnitIdentifier.Type TYPE_T
public static final JCoUnitIdentifier.Type TYPE_Q
public static JCoUnitIdentifier.Type[] values()
for (JCoUnitIdentifier.Type c : JCoUnitIdentifier.Type.values()) System.out.println(c);
public static JCoUnitIdentifier.Type 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 © 2024 SAP. All rights reserved.