public class ResultTypeConfig extends Located implements Serializable
result-type
tag.Modifier and Type | Class and Description |
---|---|
static class |
ResultTypeConfig.Builder
The builder for this object.
|
Modifier and Type | Field and Description |
---|---|
protected String |
className |
protected String |
defaultResultParam |
protected String |
name |
protected Map<String,String> |
params |
Modifier | Constructor and Description |
---|---|
protected |
ResultTypeConfig(ResultTypeConfig orig) |
protected |
ResultTypeConfig(String name,
String className) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getClassName() |
String |
getClazz()
Deprecated.
Since 2.1, use
getClassName() instead |
String |
getDefaultResultParam() |
String |
getName() |
Map<String,String> |
getParams() |
int |
hashCode() |
void |
setDefaultResultParam(String defaultResultParam) |
String |
toString() |
getLocation, setLocation
protected String className
protected String name
protected String defaultResultParam
protected ResultTypeConfig(ResultTypeConfig orig)
public void setDefaultResultParam(String defaultResultParam)
public String getDefaultResultParam()
@Deprecated public String getClazz()
getClassName()
insteadpublic String getClassName()
public String getName()
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.