com.google.refine.grel.ControlEvalError Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of main Show documentation
Show all versions of main Show documentation
OpenRefine is a free, open source power tool for working with messy data and improving it
// CHECKSTYLE:OFF
package com.google.refine.grel;
import org.jvnet.localizer.Localizable;
import org.jvnet.localizer.ResourceBundleHolder;
/**
* Generated localization support class.
*
*/
@SuppressWarnings({
"",
"PMD",
"all"
})
public class ControlEvalError {
/**
* The resource bundle reference
*
*/
private final static ResourceBundleHolder holder = ResourceBundleHolder.get(ControlEvalError.class);
/**
* Key {@code expects_one_arg}: {@code {0} expects one argument}.
*
* @param arg0
* 1st format parameter, {@code {0}}, as {@link String#valueOf(Object)}.
* @return
* {@code {0} expects one argument}
*/
public static String expects_one_arg(Object arg0) {
return holder.format("expects_one_arg", arg0);
}
/**
* Key {@code expects_one_arg}: {@code {0} expects one argument}.
*
* @param arg0
* 1st format parameter, {@code {0}}, as {@link String#valueOf(Object)}.
* @return
* {@code {0} expects one argument}
*/
public static Localizable _expects_one_arg(Object arg0) {
return new Localizable(holder, "expects_one_arg", arg0);
}
/**
* Key {@code expects_five_args}: {@code {0} expects five arguments}.
*
* @param arg0
* 1st format parameter, {@code {0}}, as {@link String#valueOf(Object)}.
* @return
* {@code {0} expects five arguments}
*/
public static String expects_five_args(Object arg0) {
return holder.format("expects_five_args", arg0);
}
/**
* Key {@code expects_five_args}: {@code {0} expects five arguments}.
*
* @param arg0
* 1st format parameter, {@code {0}}, as {@link String#valueOf(Object)}.
* @return
* {@code {0} expects five arguments}
*/
public static Localizable _expects_five_args(Object arg0) {
return new Localizable(holder, "expects_five_args", arg0);
}
/**
* Key {@code expects_four_args}: {@code {0} expects four arguments}.
*
* @param arg0
* 1st format parameter, {@code {0}}, as {@link String#valueOf(Object)}.
* @return
* {@code {0} expects four arguments}
*/
public static String expects_four_args(Object arg0) {
return holder.format("expects_four_args", arg0);
}
/**
* Key {@code expects_four_args}: {@code {0} expects four arguments}.
*
* @param arg0
* 1st format parameter, {@code {0}}, as {@link String#valueOf(Object)}.
* @return
* {@code {0} expects four arguments}
*/
public static Localizable _expects_four_args(Object arg0) {
return new Localizable(holder, "expects_four_args", arg0);
}
/**
* Key {@code filter}: {@code First argument is not an array}.
*
* @return
* {@code First argument is not an array}
*/
public static String filter() {
return holder.format("filter");
}
/**
* Key {@code filter}: {@code First argument is not an array}.
*
* @return
* {@code First argument is not an array}
*/
public static Localizable _filter() {
return new Localizable(holder, "filter");
}
/**
* Key {@code foreach}: {@code First argument to forEach is not an array
* or JSON object}.
*
* @return
* {@code First argument to forEach is not an array or JSON object}
*/
public static String foreach() {
return holder.format("foreach");
}
/**
* Key {@code foreach}: {@code First argument to forEach is not an array
* or JSON object}.
*
* @return
* {@code First argument to forEach is not an array or JSON object}
*/
public static Localizable _foreach() {
return new Localizable(holder, "foreach");
}
/**
* Key {@code expects_third_arg_element_var_name}: {@code {0} expects
* second argument to be the element's variable name}.
*
* @param arg0
* 1st format parameter, {@code {0}}, as {@link String#valueOf(Object)}.
* @return
* {@code {0} expects second argument to be the element's variable name}
*/
public static String expects_third_arg_element_var_name(Object arg0) {
return holder.format("expects_third_arg_element_var_name", arg0);
}
/**
* Key {@code expects_third_arg_element_var_name}: {@code {0} expects
* second argument to be the element's variable name}.
*
* @param arg0
* 1st format parameter, {@code {0}}, as {@link String#valueOf(Object)}.
* @return
* {@code {0} expects second argument to be the element's variable name}
*/
public static Localizable _expects_third_arg_element_var_name(Object arg0) {
return new Localizable(holder, "expects_third_arg_element_var_name", arg0);
}
/**
* Key {@code expects_three_args}: {@code {0} expects three arguments}.
*
* @param arg0
* 1st format parameter, {@code {0}}, as {@link String#valueOf(Object)}.
* @return
* {@code {0} expects three arguments}
*/
public static String expects_three_args(Object arg0) {
return holder.format("expects_three_args", arg0);
}
/**
* Key {@code expects_three_args}: {@code {0} expects three arguments}.
*
* @param arg0
* 1st format parameter, {@code {0}}, as {@link String#valueOf(Object)}.
* @return
* {@code {0} expects three arguments}
*/
public static Localizable _expects_three_args(Object arg0) {
return new Localizable(holder, "expects_three_args", arg0);
}
/**
* Key {@code foreach_index}: {@code First argument to forEachIndex is
* not an array or JSON object}.
*
* @return
* {@code First argument to forEachIndex is not an array or JSON object}
*/
public static String foreach_index() {
return holder.format("foreach_index");
}
/**
* Key {@code foreach_index}: {@code First argument to forEachIndex is
* not an array or JSON object}.
*
* @return
* {@code First argument to forEachIndex is not an array or JSON object}
*/
public static Localizable _foreach_index() {
return new Localizable(holder, "foreach_index");
}
/**
* Key {@code for_range}: {@code First, second, and third arguments of
* forRange must all be numbers}.
*
* @return
* {@code First, second, and third arguments of forRange must all be
* numbers}
*/
public static String for_range() {
return holder.format("for_range");
}
/**
* Key {@code for_range}: {@code First, second, and third arguments of
* forRange must all be numbers}.
*
* @return
* {@code First, second, and third arguments of forRange must all be
* numbers}
*/
public static Localizable _for_range() {
return new Localizable(holder, "for_range");
}
/**
* Key {@code expects_second_arg_var_name}: {@code {0} expects second
* argument to be a variable name}.
*
* @param arg0
* 1st format parameter, {@code {0}}, as {@link String#valueOf(Object)}.
* @return
* {@code {0} expects second argument to be a variable name}
*/
public static String expects_second_arg_var_name(Object arg0) {
return holder.format("expects_second_arg_var_name", arg0);
}
/**
* Key {@code expects_second_arg_var_name}: {@code {0} expects second
* argument to be a variable name}.
*
* @param arg0
* 1st format parameter, {@code {0}}, as {@link String#valueOf(Object)}.
* @return
* {@code {0} expects second argument to be a variable name}
*/
public static Localizable _expects_second_arg_var_name(Object arg0) {
return new Localizable(holder, "expects_second_arg_var_name", arg0);
}
/**
* Key {@code expects_second_arg_index_var_name}: {@code {0} expects
* second argument to be the index's variable name}.
*
* @param arg0
* 1st format parameter, {@code {0}}, as {@link String#valueOf(Object)}.
* @return
* {@code {0} expects second argument to be the index's variable name}
*/
public static String expects_second_arg_index_var_name(Object arg0) {
return holder.format("expects_second_arg_index_var_name", arg0);
}
/**
* Key {@code expects_second_arg_index_var_name}: {@code {0} expects
* second argument to be the index's variable name}.
*
* @param arg0
* 1st format parameter, {@code {0}}, as {@link String#valueOf(Object)}.
* @return
* {@code {0} expects second argument to be the index's variable name}
*/
public static Localizable _expects_second_arg_index_var_name(Object arg0) {
return new Localizable(holder, "expects_second_arg_index_var_name", arg0);
}
/**
* Key {@code expects_second_third_args_different}: {@code {0} expects
* the second and third arguments to be different variable names}.
*
* @param arg0
* 1st format parameter, {@code {0}}, as {@link String#valueOf(Object)}.
* @return
* {@code {0} expects the second and third arguments to be different
* variable names}
*/
public static String expects_second_third_args_different(Object arg0) {
return holder.format("expects_second_third_args_different", arg0);
}
/**
* Key {@code expects_second_third_args_different}: {@code {0} expects
* the second and third arguments to be different variable names}.
*
* @param arg0
* 1st format parameter, {@code {0}}, as {@link String#valueOf(Object)}.
* @return
* {@code {0} expects the second and third arguments to be different
* variable names}
*/
public static Localizable _expects_second_third_args_different(Object arg0) {
return new Localizable(holder, "expects_second_third_args_different", arg0);
}
}