ilog.rules.teamserver.model

Enum DeprecatedException.DeprecatedMessage

    • Enum Constant Summary

      Enum Constants 
      Enum Constant and Description
      RSO 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getMessage() 
      java.lang.String toString() 
      static DeprecatedException.DeprecatedMessage valueOf(java.lang.String name)
      Returns the enum constant of this type with the specified name.
      static DeprecatedException.DeprecatedMessage[] 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
    • Method Detail

      • valueOf

        public static DeprecatedException.DeprecatedMessage 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
      • getMessage

        public java.lang.String getMessage()

© Copyright IBM Corp. 1987, 2019