Uses of Class
com.saperion.constants.SaConstants.LOG_DIRECTION
-
Packages that use SaConstants.LOG_DIRECTION Package Description com.saperion.constants This package contains the constant definitions for the SAPERION LARIX system. -
-
Uses of SaConstants.LOG_DIRECTION in com.saperion.constants
Methods in com.saperion.constants that return SaConstants.LOG_DIRECTION Modifier and Type Method Description static SaConstants.LOG_DIRECTION
SaConstants.LOG_DIRECTION. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SaConstants.LOG_DIRECTION[]
SaConstants.LOG_DIRECTION. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-