public static enum SaConstants.LOG_DIRECTION extends Enum<SaConstants.LOG_DIRECTION>
Enum Constant and Description |
---|
LOGDIRECTION_BACKEND
The LOGDIRECTIO n_ backend.
|
LOGDIRECTION_JAVA
The LOGDIRECTIO n_ java.
|
LOGDIRECTION_NONE
The LOGDIRECTIO n_ none.
|
Modifier and Type | Method and Description |
---|---|
static SaConstants.LOG_DIRECTION |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SaConstants.LOG_DIRECTION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SaConstants.LOG_DIRECTION LOGDIRECTION_NONE
public static final SaConstants.LOG_DIRECTION LOGDIRECTION_BACKEND
public static final SaConstants.LOG_DIRECTION LOGDIRECTION_JAVA
public static SaConstants.LOG_DIRECTION[] values()
for (SaConstants.LOG_DIRECTION c : SaConstants.LOG_DIRECTION.values()) System.out.println(c);
public static SaConstants.LOG_DIRECTION 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 © 2016 SAPERION AG. All rights reserved.