Rule Execution Server API

ilog.rules.bom
Enum IlrObjectModel.Platform

java.lang.Object
  extended by java.lang.Enum<IlrObjectModel.Platform>
      extended by ilog.rules.bom.IlrObjectModel.Platform
All Implemented Interfaces:
Serializable, Comparable<IlrObjectModel.Platform>
Enclosing interface:
IlrObjectModel

public static enum IlrObjectModel.Platform
extends Enum<IlrObjectModel.Platform>


Enum Constant Summary
DOTNET
           
JAVA
           
 
Method Summary
static IlrObjectModel.Platform valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IlrObjectModel.Platform[] 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, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

JAVA

public static final IlrObjectModel.Platform JAVA

DOTNET

public static final IlrObjectModel.Platform DOTNET
Method Detail

values

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

valueOf

public static IlrObjectModel.Platform valueOf(String name)
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
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

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013