public interface CSOParameter
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayName()
Return the display name of the parameter in currently logged in user locale.
|
java.lang.String |
getDisplayName(java.util.Locale locale)
Return the display name for the parameter in the given locale.
|
java.lang.String |
getName()
Gets the name of the parameter.
|
java.lang.String |
getType()
Returns the type of the report search parameter.
|
boolean |
isMultiValued()
Checks if this parameter can take more than one value or not.
|
java.lang.String getName()
java.lang.String getDisplayName()
java.lang.String getDisplayName(java.util.Locale locale)
locale
- The Locale
in which the value is requiredjava.lang.String getType()
boolean isMultiValued()