public class WsFilterParameter extends Object
| Constructor and Description |
|---|
WsFilterParameter()
Creates an empty WsFilterParameter object.
|
WsFilterParameter(String field,
String type,
String value)
Creates a new WsFilterParameter object with the given values.
|
WsFilterParameter(String field,
String type,
String[] values)
Creates a new WsFilterParameter object with the given values.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCustom()
Gets custom values.
|
String |
getField()
Gets the field the parameter affects.
|
String[] |
getParamValues()
Gets the parameter's values.
|
String |
getType()
Gets the filter parameter type.
|
void |
setCustom(String custom)
Sets custom values.
|
void |
setField(String field)
Sets the field the parameter affects.
|
void |
setParamValues(String[] paramValues)
Sets the parameters values.
|
void |
setType(String type)
Sets the filter parameter type.
|
String |
toString()
Gets a string representation of this filter parameter.
|
public WsFilterParameter()
public WsFilterParameter(String field, String type, String value)
type - type of the parameterfield - field the parameter affectsvalue - valuepublic String getType()
public void setType(String type)
type - the type to setpublic String getField()
public void setField(String field)
field - the field to setpublic String getCustom()
public void setCustom(String custom)
custom - the custom values to setpublic String[] getParamValues()
public void setParamValues(String[] paramValues)
paramValues - the paramValues to setCopyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.