Package org.drools.verifier.components
Class OperatorDescrType
- java.lang.Object
-
- org.drools.verifier.components.OperatorDescrType
-
public class OperatorDescrType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static OperatorDescrTypeANDstatic OperatorDescrTypeORprotected java.lang.Stringtype
-
-
-
Field Detail
-
AND
public static final OperatorDescrType AND
-
OR
public static final OperatorDescrType OR
-
type
protected final java.lang.String type
-
-