Package com.flowable.indexing.config
Class ConfigParameter
- java.lang.Object
-
- com.flowable.indexing.config.ConfigParameter
-
public class ConfigParameter extends Object
- Author:
- Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description protected Object
defaultValue
protected String
type
-
Constructor Summary
Constructors Constructor Description ConfigParameter()
ConfigParameter(String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getDefaultValue()
String
getType()
void
setDefaultValue(Object defaultValue)
void
setType(String type)
-
-
-
Constructor Detail
-
ConfigParameter
public ConfigParameter(String type)
-
ConfigParameter
public ConfigParameter()
-
-