ilog.rules.res.session.rawdata

Class RawDataRulesetParameter

  • java.lang.Object
    • ilog.rules.res.session.rawdata.RawDataRulesetParameter


  • public class RawDataRulesetParameter
    extends java.lang.Object
    RawDataRulesetParameter represents a raw data ruleset parameter descriptor.
    • Constructor Summary

      Constructors 
      Constructor and Description
      RawDataRulesetParameter(java.lang.String name, byte[] rawData)
      Construct a RawDataRulesetParameter with name and raw data.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      byte getDirection()
      Return the direction of the parameter.
      java.lang.String getName()
      Return the name of the parameter.
      byte[] getRawData()
      Return the raw data of the parameter.
      • Methods inherited from class java.lang.Object

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

      • RawDataRulesetParameter

        public RawDataRulesetParameter(java.lang.String name,
                               byte[] rawData)
        Construct a RawDataRulesetParameter with name and raw data.
        Parameters:
        name - parameter name.
        rawData - raw data.
    • Method Detail

      • getDirection

        public byte getDirection()
        Return the direction of the parameter. The values are defined in the IlrRulesetParameter interface.
        Returns:
        the parameter direction.
      • getName

        public java.lang.String getName()
        Return the name of the parameter.
        Returns:
        the prarameter name.
      • getRawData

        public byte[] getRawData()
        Return the raw data of the parameter.
        Returns:
        the parameter raw data.

© Copyright IBM Corp. 1987, 2020