org.drools.verifier.components
Class VerifierComponentType
java.lang.Object
org.drools.verifier.components.VerifierComponentType
- All Implemented Interfaces:
- Comparable<VerifierComponentType>
public class VerifierComponentType
- extends Object
- implements Comparable<VerifierComponentType>
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
VerifierComponentType
public VerifierComponentType(String t)
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.