Uses of Class
de.hybris.platform.processengine.definition.xml.ParameterUse
-
Packages that use ParameterUse Package Description de.hybris.platform.processengine.definition.xml -
-
Uses of ParameterUse in de.hybris.platform.processengine.definition.xml
Fields in de.hybris.platform.processengine.definition.xml declared as ParameterUse Modifier and Type Field Description protected ParameterUseContextParameter. useMethods in de.hybris.platform.processengine.definition.xml that return ParameterUse Modifier and Type Method Description static ParameterUseParameterUse. fromValue(java.lang.String v)ParameterUseContextParameter. getUse()Gets the value of the use property.static ParameterUseParameterUse. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ParameterUse[]ParameterUse. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.processengine.definition.xml with parameters of type ParameterUse Modifier and Type Method Description voidContextParameter. setUse(ParameterUse value)Sets the value of the use property.
-