Class ConfigParameter

java.lang.Object
com.flowable.indexing.config.ConfigParameter

public class ConfigParameter
extends java.lang.Object
Author:
Filip Hrisafov
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.Object defaultValue  
    protected java.lang.String type  
  • Constructor Summary

    Constructors 
    Constructor Description
    ConfigParameter()  
    ConfigParameter​(java.lang.String type)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object getDefaultValue()  
    java.lang.String getType()  
    void setDefaultValue​(java.lang.Object defaultValue)  
    void setType​(java.lang.String type)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • type

      protected java.lang.String type
    • defaultValue

      protected java.lang.Object defaultValue
  • Constructor Details

  • Method Details

    • getType

      public java.lang.String getType()
    • setType

      public void setType​(java.lang.String type)
    • getDefaultValue

      public java.lang.Object getDefaultValue()
    • setDefaultValue

      public void setDefaultValue​(java.lang.Object defaultValue)