Uses of Class
org.drools.lang.descr.StringConnectiveDescr.RestrictionConnectiveType

Packages that use StringConnectiveDescr.RestrictionConnectiveType
org.drools.lang.descr   
 

Uses of StringConnectiveDescr.RestrictionConnectiveType in org.drools.lang.descr
 

Fields in org.drools.lang.descr declared as StringConnectiveDescr.RestrictionConnectiveType
static StringConnectiveDescr.RestrictionConnectiveType StringConnectiveDescr.AND
           
static StringConnectiveDescr.RestrictionConnectiveType StringConnectiveDescr.OR
           
 

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

Constructors in org.drools.lang.descr with parameters of type StringConnectiveDescr.RestrictionConnectiveType
StringConnectiveDescr(StringConnectiveDescr.RestrictionConnectiveType connective)
           
 



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