Uses of Class
org.citrusframework.yaks.YaksVariableNames
-
Packages that use YaksVariableNames Package Description org.citrusframework.yaks -
-
Uses of YaksVariableNames in org.citrusframework.yaks
Methods in org.citrusframework.yaks that return YaksVariableNames Modifier and Type Method Description static YaksVariableNamesYaksVariableNames. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static YaksVariableNames[]YaksVariableNames. values()Returns an array containing the constants of this enum type, in the order they are declared.
-