ilog.rules.res.model

Interface IlrRuleAppProperties

  • All Superinterfaces:
    java.util.Map<java.lang.String,java.lang.String>


    public interface IlrRuleAppProperties
    extends java.util.Map<java.lang.String,java.lang.String>
    The IlrRuleAppProperties interface represents a read-only container for IlrRuleAppInformation properties.
    Since:
    7.0
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K,V>
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getInterceptorClassName()
      Retrieves the class name of the interceptor.
      java.lang.String getInterceptorDescription()
      Retrieves the interceptor description.
      • Methods inherited from interface java.util.Map

        clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
    • Field Detail

      • KEY_INTERCEPTOR_CLASSNAME

        static final java.lang.String KEY_INTERCEPTOR_CLASSNAME
        The property key of the interceptor class name .
        See Also:
        Constant Field Values
      • KEY_INTERCEPTOR_DESCRIPTION

        static final java.lang.String KEY_INTERCEPTOR_DESCRIPTION
        The property key of the interceptor description.
        See Also:
        Constant Field Values
      • DEFAULT_VALUE_INTERCEPTOR_CLASSNAME

        static final java.lang.String DEFAULT_VALUE_INTERCEPTOR_CLASSNAME
        The default value associated with KEY_INTERCEPTOR_CLASSNAME.
      • DEFAULT_VALUE_INTERCEPTOR_DESCRIPTION

        static final java.lang.String DEFAULT_VALUE_INTERCEPTOR_DESCRIPTION
        The default value associated with KEY_INTERCEPTOR_DESCRIPTION.
      • KEYS

        static final java.lang.String[] KEYS
        Contains all the specific keys.
    • Method Detail

      • getInterceptorClassName

        java.lang.String getInterceptorClassName()
        Retrieves the class name of the interceptor.
        Returns:
        The string representation of the interceptor class name. If there is no class name, null is returned.
        See Also:
        KEY_INTERCEPTOR_CLASSNAME
      • getInterceptorDescription

        java.lang.String getInterceptorDescription()
        Retrieves the interceptor description.
        Returns:
        The interceptor description. If there is no description, null is returned.
        See Also:
        KEY_INTERCEPTOR_DESCRIPTION

© Copyright IBM Corp. 1987, 2020