Rule Execution Server API

com.ibm.rules.engine.runtime
Enum InoutModifier

java.lang.Object
  extended by java.lang.Enum<InoutModifier>
      extended by com.ibm.rules.engine.runtime.InoutModifier
All Implemented Interfaces:
Serializable, Comparable<InoutModifier>

public enum InoutModifier
extends Enum<InoutModifier>

InoutModifier represents the signature parameter modifier.

See Also:
EngineSignature

Enum Constant Summary
IN
          The modifier is for an in parameter.
INOUT
          The modifier is for an inout parameter.
OUT
          The modifier is for an out parameter.
 
Method Summary
static InoutModifier valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InoutModifier[] 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

IN

public static final InoutModifier IN
The modifier is for an in parameter.


INOUT

public static final InoutModifier INOUT
The modifier is for an inout parameter.


OUT

public static final InoutModifier OUT
The modifier is for an out parameter.

Method Detail

values

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

valueOf

public static InoutModifier 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