Rule Execution Server API

ilog.rules.factory.translation
Class IlrTranslationConstants.CaseSensitivity

java.lang.Object
  extended by ilog.rules.factory.translation.IlrTranslationConstants.CaseSensitivity
All Implemented Interfaces:
Serializable
Enclosing interface:
IlrTranslationConstants

public static class IlrTranslationConstants.CaseSensitivity
extends Object
implements Serializable

Case sensitivity for member names.

Since:
JRules 6.1
See Also:
Serialized Form

Field Summary
static IlrTranslationConstants.CaseSensitivity ANY
          Implies that an execution member matches a business member even if the execution name does not begin with the same case as the business member name.
static IlrTranslationConstants.CaseSensitivity EXACT
          Implies that only execution members with the exact same name as the business member are looked for.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

EXACT

public static final IlrTranslationConstants.CaseSensitivity EXACT
Implies that only execution members with the exact same name as the business member are looked for.


ANY

public static final IlrTranslationConstants.CaseSensitivity ANY
Implies that an execution member matches a business member even if the execution name does not begin with the same case as the business member name.

Method Detail

toString

public String toString()
Overrides:
toString in class Object

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013