Package org.apache.unomi.api
Class Parameter
java.lang.Object
org.apache.unomi.api.Parameter
- All Implemented Interfaces:
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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getType()
boolean
void
setChoiceListInitializerFilter
(String choiceListInitializerFilter) Deprecated.As of version 1.1.0-incubatingvoid
setDefaultValue
(String defaultValue)
-
Constructor Details
-
Parameter
public Parameter() -
Parameter
-
-
Method Details
-
getId
-
getType
-
isMultivalued
public boolean isMultivalued() -
setChoiceListInitializerFilter
Deprecated.As of version 1.1.0-incubating- Parameters:
choiceListInitializerFilter
- a reference to a choicelist
-
getDefaultValue
-
setDefaultValue
-