org.drools.spring.metadata
Class MethodMetadata

java.lang.Object
  extended by org.drools.spring.metadata.MethodMetadata

public class MethodMetadata
extends java.lang.Object


Field Summary
static int METHOD_CONDITION
           
static int METHOD_CONSEQUENCE
           
static int OBJECT_CONDITION
           
 
Constructor Summary
MethodMetadata(int methodType)
           
 
Method Summary
 int getMethodType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

METHOD_CONDITION

public static final int METHOD_CONDITION
See Also:
Constant Field Values

METHOD_CONSEQUENCE

public static final int METHOD_CONSEQUENCE
See Also:
Constant Field Values

OBJECT_CONDITION

public static final int OBJECT_CONDITION
See Also:
Constant Field Values
Constructor Detail

MethodMetadata

public MethodMetadata(int methodType)
Method Detail

getMethodType

public int getMethodType()