Interface RuleUnitVariable


public interface RuleUnitVariable
  • Method Details

    • isDataSource

      boolean isDataSource()
    • isDataStore

      boolean isDataStore()
    • getName

      String getName()
    • getter

      String getter()
    • setter

      String setter()
    • getType

      Type getType()
    • getDataSourceParameterType

      Class<?> getDataSourceParameterType()
    • getBoxedVarType

      Class<?> getBoxedVarType()