ilog.rules.res.model

Interface IlrRulesetParameter



  • public interface IlrRulesetParameter
    This interface represents a ruleset parameter.
    Since:
    7.5
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static byte DIRECTION_IN
      The in direction for input parameters.
      static byte DIRECTION_INOUT
      The inout direction.
      static byte DIRECTION_OUT
      The out direction for output parameters.
      static byte KIND_JAVA_OBJECT
      The kind for Java objects.
      static byte KIND_XML
      The kind for XML parameters.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      byte getDirection()
      Retrieves the direction of this parameter.
      byte getKind()
      Retrieves the kind of this parameter.
      java.lang.String getName()
      Retrieves the name of this parameter.
      java.lang.String getType()
      Retrieves the type of this parameter.
    • Field Detail

      • KIND_JAVA_OBJECT

        static final byte KIND_JAVA_OBJECT
        The kind for Java objects.
        See Also:
        Constant Field Values
      • DIRECTION_IN

        static final byte DIRECTION_IN
        The in direction for input parameters.
        See Also:
        Constant Field Values
      • DIRECTION_OUT

        static final byte DIRECTION_OUT
        The out direction for output parameters.
        See Also:
        Constant Field Values
      • DIRECTION_INOUT

        static final byte DIRECTION_INOUT
        The inout direction. for input/output parameters.
        See Also:
        Constant Field Values
    • Method Detail

      • getName

        java.lang.String getName()
        Retrieves the name of this parameter.
        Returns:
        The name.
      • getType

        java.lang.String getType()
        Retrieves the type of this parameter.
        Returns:
        The type.

© Copyright IBM Corp. 1987, 2020