Package org.apache.unomi.api
Class Parameter
- java.lang.Object
-
- org.apache.unomi.api.Parameter
-
- All Implemented Interfaces:
Serializable
public class Parameter extends Object implements Serializable
A representation of a condition parameter, to be used in the segment building UI to either select parameters from a choicelist or to enter a specific value.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getDefaultValue()
String
getId()
String
getType()
boolean
isMultivalued()
void
setChoiceListInitializerFilter(String choiceListInitializerFilter)
Deprecated.As of version 1.1.0-incubatingvoid
setDefaultValue(String defaultValue)
-
-
-
Method Detail
-
getId
public String getId()
-
getType
public String getType()
-
isMultivalued
public boolean isMultivalued()
-
setChoiceListInitializerFilter
@Deprecated public void setChoiceListInitializerFilter(String choiceListInitializerFilter)
Deprecated.As of version 1.1.0-incubating- Parameters:
choiceListInitializerFilter
- a reference to a choicelist
-
getDefaultValue
public String getDefaultValue()
-
setDefaultValue
public void setDefaultValue(String defaultValue)
-
-