public class Params_text2text extends Object implements Cloneable, Formattable
Modifier and Type | Field and Description |
---|---|
static Function<Params_text2text,String> |
get_mode |
static Function<Params_text2text,String> |
get_targetModule |
static Function<Params_text2text,String> |
get_targetTopTag |
static Function<Params_text2text,String> |
get_uriResolver |
static Function<Params_text2text,CheckedMap_RD<String,String>> |
get_userParams |
protected String |
mode |
protected String |
targetModule |
protected String |
targetTopTag |
protected String |
uriResolver |
protected CheckedMap_RD<String,String> |
userParams |
format
Constructor and Description |
---|
Params_text2text(String targetModule) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey_userParams(String key0) |
Params_text2text |
doclone() |
Format |
format() |
String |
get_mode() |
String |
get_targetModule() |
String |
get_targetTopTag() |
String |
get_uriResolver() |
CheckedMap_RD<String,String> |
get_userParams() |
Params_text2text |
initFrom(Object o0) |
void |
put_userParams(String key0,
String value) |
boolean |
set_mode(String val) |
boolean |
set_targetModule(String val) |
boolean |
set_targetTopTag(String val) |
boolean |
set_uriResolver(String val) |
boolean |
set_userParams(CheckedMap_RD<String,String> val) |
protected String targetModule
public static final Function<Params_text2text,String> get_targetModule
protected String targetTopTag
public static final Function<Params_text2text,String> get_targetTopTag
protected CheckedMap_RD<String,String> userParams
public static final Function<Params_text2text,CheckedMap_RD<String,String>> get_userParams
protected String uriResolver
public static final Function<Params_text2text,String> get_uriResolver
protected String mode
public static final Function<Params_text2text,String> get_mode
public Params_text2text(String targetModule)
public Params_text2text doclone()
public Format format()
format
in interface Formattable
public Params_text2text initFrom(Object o0)
public String get_targetModule()
public boolean set_targetModule(String val)
public String get_targetTopTag()
public boolean set_targetTopTag(String val)
public CheckedMap_RD<String,String> get_userParams()
public boolean set_userParams(CheckedMap_RD<String,String> val)
public boolean containsKey_userParams(String key0)
public String get_uriResolver()
public boolean set_uriResolver(String val)
public String get_mode()
public boolean set_mode(String val)
see also the complete user documentation .