org.csapi.jr.se.policy
Interface Constants


public interface Constants

This interface contains constants not associated with any type, but associated with the package org.csapi.jr.se.policy


Field Summary
static int PM_ERROR_DB_ERROR
          Error reading required rules from DB
static int PM_ERROR_EVALUATION_ERROR
          Run-time error in evaluation of rule conditions/actions
static int PM_ERROR_INSUFFICIENT_INPUTS
          Required input variable values not available
static int PM_ERROR_INVALID_INPUT_NAME
          Invalid input variable name
static int PM_ERROR_INVALID_INPUT_VALUE
          Invalid input variable value
static int PM_ERROR_UNDEFINED
          Undefined Error
 

Field Detail

PM_ERROR_UNDEFINED

public static final int PM_ERROR_UNDEFINED
Undefined Error

See Also:
Constant Field Values

PM_ERROR_INSUFFICIENT_INPUTS

public static final int PM_ERROR_INSUFFICIENT_INPUTS
Required input variable values not available

See Also:
Constant Field Values

PM_ERROR_INVALID_INPUT_NAME

public static final int PM_ERROR_INVALID_INPUT_NAME
Invalid input variable name

See Also:
Constant Field Values

PM_ERROR_INVALID_INPUT_VALUE

public static final int PM_ERROR_INVALID_INPUT_VALUE
Invalid input variable value

See Also:
Constant Field Values

PM_ERROR_EVALUATION_ERROR

public static final int PM_ERROR_EVALUATION_ERROR
Run-time error in evaluation of rule conditions/actions

See Also:
Constant Field Values

PM_ERROR_DB_ERROR

public static final int PM_ERROR_DB_ERROR
Error reading required rules from DB

See Also:
Constant Field Values