public enum JCoCPICTrace extends Enum<JCoCPICTrace> implements HybrisEnumValue
| Enum Constant and Description |
|---|
FULL_TRACELEVEL
Generated enum value for JCoCPICTrace.FULL_TRACELEVEL declared at extension sapcoreconfiguration.
|
FULL_TRACELEVEL_DATA
Generated enum value for JCoCPICTrace.FULL_TRACELEVEL_DATA declared at extension sapcoreconfiguration.
|
GLOBAL_TRACELEVEL
Generated enum value for JCoCPICTrace.GLOBAL_TRACELEVEL declared at extension sapcoreconfiguration.
|
MINIMAL_TRACELEVEL
Generated enum value for JCoCPICTrace.MINIMAL_TRACELEVEL declared at extension sapcoreconfiguration.
|
NO_TRACE
Generated enum value for JCoCPICTrace.NO_TRACE declared at extension sapcoreconfiguration.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
SIMPLE_CLASSNAME
Generated simple class name constant.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Gets the code of this enum value.
|
String |
getType()
Gets the type this enum value belongs to.
|
static JCoCPICTrace |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JCoCPICTrace[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JCoCPICTrace NO_TRACE
public static final JCoCPICTrace GLOBAL_TRACELEVEL
public static final JCoCPICTrace MINIMAL_TRACELEVEL
public static final JCoCPICTrace FULL_TRACELEVEL
public static final JCoCPICTrace FULL_TRACELEVEL_DATA
public static final String _TYPECODE
public static final String SIMPLE_CLASSNAME
public static JCoCPICTrace[] values()
for (JCoCPICTrace c : JCoCPICTrace.values()) System.out.println(c);
public static JCoCPICTrace 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 nullpublic String getCode()
getCode in interface HybrisEnumValuepublic String getType()
getType in interface HybrisEnumValueCopyright © 2017 SAP SE. All Rights Reserved.