Uses of Class
de.hybris.platform.sap.core.configuration.enums.JCoTraceLevel
-
Packages that use JCoTraceLevel Package Description de.hybris.platform.sap.core.configuration.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.sap.core.configuration.model Contains generated models for each type of de.hybris.platform.sap.core.configuration.jalo package. -
-
Uses of JCoTraceLevel in de.hybris.platform.sap.core.configuration.enums
Methods in de.hybris.platform.sap.core.configuration.enums that return JCoTraceLevel Modifier and Type Method Description static JCoTraceLevelJCoTraceLevel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JCoTraceLevel[]JCoTraceLevel. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of JCoTraceLevel in de.hybris.platform.sap.core.configuration.model
Methods in de.hybris.platform.sap.core.configuration.model that return JCoTraceLevel Modifier and Type Method Description JCoTraceLevelSAPRFCDestinationModel. getJcoTraceLevel()Generated method - Getter of theSAPRFCDestination.jcoTraceLevelattribute defined at extensionsapcoreconfiguration.Methods in de.hybris.platform.sap.core.configuration.model with parameters of type JCoTraceLevel Modifier and Type Method Description voidSAPRFCDestinationModel. setJcoTraceLevel(JCoTraceLevel value)Generated method - Setter ofSAPRFCDestination.jcoTraceLevelattribute defined at extensionsapcoreconfiguration.
-