Package org.drools.verifier.components
Class VerifierComponentType
- java.lang.Object
-
- org.drools.verifier.components.VerifierComponentType
-
- All Implemented Interfaces:
java.lang.Comparable<VerifierComponentType>
public class VerifierComponentType extends java.lang.Object implements java.lang.Comparable<VerifierComponentType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classVerifierComponentType.FIELD_LEVEL_VARIABLE
-
Field Summary
-
Constructor Summary
Constructors Constructor Description VerifierComponentType(java.lang.String t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(VerifierComponentType another)java.lang.StringgetType()java.lang.StringtoString()
-
-
-
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
-
-
Method Detail
-
compareTo
public int compareTo(VerifierComponentType another)
- Specified by:
compareToin interfacejava.lang.Comparable<VerifierComponentType>
-
getType
public java.lang.String getType()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-