Package com.saperion.constants
Enum Class SaConstants.LOG_DIRECTION
- All Implemented Interfaces:
Serializable
,Comparable<SaConstants.LOG_DIRECTION>
,Constable
- Enclosing class:
- SaConstants
Log directions between Saperion backend and Java frontend.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe LOGDIRECTIO n_ backend.The LOGDIRECTIO n_ java.The LOGDIRECTIO n_ none. -
Method Summary
Modifier and TypeMethodDescriptionstatic SaConstants.LOG_DIRECTION
Returns the enum constant of this class with the specified name.static SaConstants.LOG_DIRECTION[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
LOGDIRECTION_NONE
The LOGDIRECTIO n_ none. @see SaConstants#LOGDIRECTION_NONE -
LOGDIRECTION_BACKEND
The LOGDIRECTIO n_ backend. @see SaConstants#LOGDIRECTION_BACKEND -
LOGDIRECTION_JAVA
The LOGDIRECTIO n_ java. @see SaConstants#LOGDIRECTION_JAVA
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-