Uses of Class
org.drools.lang.descr.ConnectiveType

Packages that use ConnectiveType
org.drools.lang.descr   
 

Uses of ConnectiveType in org.drools.lang.descr
 

Methods in org.drools.lang.descr that return ConnectiveType
 ConnectiveType ConstraintConnectiveDescr.getConnective()
           
static ConnectiveType ConnectiveType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConnectiveType[] ConnectiveType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.drools.lang.descr with parameters of type ConnectiveType
 void ConstraintConnectiveDescr.setConnective(ConnectiveType connective)
           
 

Constructors in org.drools.lang.descr with parameters of type ConnectiveType
ConstraintConnectiveDescr(ConnectiveType connective)
           
 



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