org.drools.verifier.components
Class VerifierComponentType

java.lang.Object
  extended by org.drools.verifier.components.VerifierComponentType
All Implemented Interfaces:
Comparable<VerifierComponentType>

public class VerifierComponentType
extends Object
implements Comparable<VerifierComponentType>


Nested Class Summary
 class VerifierComponentType.FIELD_LEVEL_VARIABLE
           
 
Field Summary
static VerifierComponentType ACCESSOR
           
static VerifierComponentType ACCUMULATE
           
static VerifierComponentType COLLECT
           
static VerifierComponentType CONSEQUENCE
           
static VerifierComponentType CONSTRAINT
           
static VerifierComponentType ENTRY_POINT_DESCR
           
static VerifierComponentType EVAL
           
static VerifierComponentType FIELD
           
static VerifierComponentType FIELD_ACCESSOR
           
static VerifierComponentType FIELD_LEVEL_VARIABLE
           
static VerifierComponentType FIELD_OBJECT_TYPE_LINK
           
static VerifierComponentType FROM
           
static VerifierComponentType FUNCTION_CALL
           
static VerifierComponentType IMPORT
           
static VerifierComponentType INLINE_EVAL_DESCR
           
static VerifierComponentType METHOD_ACCESSOR
           
static VerifierComponentType OBJECT_TYPE
           
static VerifierComponentType OPERATOR
           
static VerifierComponentType PATTERN
           
static VerifierComponentType PATTERN_LEVEL_VARIABLE
           
static VerifierComponentType PREDICATE
           
static VerifierComponentType RESTRICTION
           
static VerifierComponentType RETURN_VALUE_FIELD_DESCR
           
static VerifierComponentType RULE
           
static VerifierComponentType RULE_PACKAGE
           
static VerifierComponentType SUB_PATTERN
           
static VerifierComponentType SUB_RULE
           
static VerifierComponentType UNKNOWN
           
static VerifierComponentType WORKING_MEMORY
           
 
Constructor Summary
VerifierComponentType(String t)
           
 
Method Summary
 int compareTo(VerifierComponentType another)
           
 String getType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

UNKNOWN

public static final VerifierComponentType UNKNOWN

FIELD

public static final VerifierComponentType FIELD

RULE

public static final VerifierComponentType RULE

CONSTRAINT

public static final VerifierComponentType CONSTRAINT

PATTERN_LEVEL_VARIABLE

public static final VerifierComponentType PATTERN_LEVEL_VARIABLE

PATTERN

public static final VerifierComponentType PATTERN

SUB_PATTERN

public static final VerifierComponentType SUB_PATTERN

SUB_RULE

public static final VerifierComponentType SUB_RULE

RESTRICTION

public static final VerifierComponentType RESTRICTION

OPERATOR

public static final VerifierComponentType OPERATOR

FIELD_OBJECT_TYPE_LINK

public static final VerifierComponentType FIELD_OBJECT_TYPE_LINK

COLLECT

public static final VerifierComponentType COLLECT

ACCUMULATE

public static final VerifierComponentType ACCUMULATE

FROM

public static final VerifierComponentType FROM

EVAL

public static final VerifierComponentType EVAL

PREDICATE

public static final VerifierComponentType PREDICATE

METHOD_ACCESSOR

public static final VerifierComponentType METHOD_ACCESSOR

FIELD_ACCESSOR

public static final VerifierComponentType FIELD_ACCESSOR

FUNCTION_CALL

public static final VerifierComponentType FUNCTION_CALL

ACCESSOR

public static final VerifierComponentType ACCESSOR

RULE_PACKAGE

public static final VerifierComponentType RULE_PACKAGE

CONSEQUENCE

public static final VerifierComponentType CONSEQUENCE

OBJECT_TYPE

public static final VerifierComponentType OBJECT_TYPE

INLINE_EVAL_DESCR

public static final VerifierComponentType INLINE_EVAL_DESCR

RETURN_VALUE_FIELD_DESCR

public static final VerifierComponentType RETURN_VALUE_FIELD_DESCR

ENTRY_POINT_DESCR

public static final VerifierComponentType ENTRY_POINT_DESCR

WORKING_MEMORY

public static final VerifierComponentType WORKING_MEMORY

IMPORT

public static final VerifierComponentType IMPORT

FIELD_LEVEL_VARIABLE

public static final VerifierComponentType FIELD_LEVEL_VARIABLE
Constructor Detail

VerifierComponentType

public VerifierComponentType(String t)
Method Detail

compareTo

public int compareTo(VerifierComponentType another)
Specified by:
compareTo in interface Comparable<VerifierComponentType>

getType

public String getType()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.