Class RuleParameterValueMapperDefinition


  • @Deprecated(since="1811",
                forRemoval=true)
    public class RuleParameterValueMapperDefinition
    extends java.lang.Object
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 18.11, please use @RuleParameterValueTypeDefinition instead
    • Constructor Summary

      Constructors 
      Constructor Description
      RuleParameterValueMapperDefinition()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      RuleParameterValueMapper getMapper()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.lang.String getType()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setMapper​(RuleParameterValueMapper<?> mapper)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setType​(java.lang.String type)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RuleParameterValueMapperDefinition

        public RuleParameterValueMapperDefinition()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • getMapper

        public RuleParameterValueMapper getMapper()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setMapper

        public void setMapper​(RuleParameterValueMapper<?> mapper)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getType

        public java.lang.String getType()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setType

        public void setType​(java.lang.String type)
        Deprecated, for removal: This API element is subject to removal in a future version.