ilog.rules.res.model

Enum IlrEngineType

  • java.lang.Object
    • java.lang.Enum<IlrEngineType>
      • ilog.rules.res.model.IlrEngineType
  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<IlrEngineType>


    public enum IlrEngineType
    extends java.lang.Enum<IlrEngineType>
    Represents the type of a rule engine: classic rule engine or decision engine.
    Since:
    8.0.1
    • Enum Constant Summary

      Enum Constants 
      Enum Constant and Description
      CRE
      Classic rule engine.
      DE
      Decision engine type.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      static IlrEngineType toEngineType(java.lang.String str)
      Converts a string to the appropriate IlrEngineType instance.
      java.lang.String toString() 
      static IlrEngineType valueOf(java.lang.String name)
      Returns the enum constant of this type with the specified name.
      static IlrEngineType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      • Methods inherited from class java.lang.Enum

        clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Enum Constant Detail

      • CRE

        public static final IlrEngineType CRE
        Classic rule engine.
    • Method Detail

      • values

        public static IlrEngineType[] values()
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static IlrEngineType valueOf(java.lang.String name)
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
      • toEngineType

        public static IlrEngineType toEngineType(java.lang.String str)
        Converts a string to the appropriate IlrEngineType instance.
        See Also:
        DE, CRE
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Enum<IlrEngineType>

© Copyright IBM Corp. 1987, 2020