Uses of Enum Class
de.hybris.platform.processengine.definition.xml.ParameterUse
Packages that use ParameterUse
-
Uses of ParameterUse in de.hybris.platform.processengine.definition.xml
Fields in de.hybris.platform.processengine.definition.xml declared as ParameterUseMethods in de.hybris.platform.processengine.definition.xml that return ParameterUseModifier and TypeMethodDescriptionstatic ParameterUseContextParameter.getUse()Gets the value of the use property.static ParameterUseReturns the enum constant of this class with the specified name.static ParameterUse[]ParameterUse.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.hybris.platform.processengine.definition.xml with parameters of type ParameterUseModifier and TypeMethodDescriptionvoidContextParameter.setUse(ParameterUse value) Sets the value of the use property.