ilog.rules.teamserver.model
Enum DeprecatedException.DeprecatedMessage
- java.lang.Object
-
- java.lang.Enum<DeprecatedException.DeprecatedMessage>
-
- ilog.rules.teamserver.model.DeprecatedException.DeprecatedMessage
-
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<DeprecatedException.DeprecatedMessage>
- Enclosing class:
- DeprecatedException
public static enum DeprecatedException.DeprecatedMessage extends java.lang.Enum<DeprecatedException.DeprecatedMessage>
-
-
Enum Constant Summary
Enum Constants Enum Constant and Description RSO
-
Method Summary
Methods Modifier and Type Method and Description java.lang.StringgetMessage()java.lang.StringtoString()static DeprecatedException.DeprecatedMessagevalueOf(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.
-
-
-
Enum Constant Detail
-
RSO
public static final DeprecatedException.DeprecatedMessage RSO
-
-
Method Detail
-
values
public static DeprecatedException.DeprecatedMessage[] values()
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static DeprecatedException.DeprecatedMessage valueOf(java.lang.String name)
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.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()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Enum<DeprecatedException.DeprecatedMessage>
-
-