Drools :: Core 6.2.0.Final

Uses of Class
org.drools.core.factmodel.traits.TraitTypeEnum

Packages that use TraitTypeEnum
org.drools.core.common   
org.drools.core.factmodel.traits   
 

Uses of TraitTypeEnum in org.drools.core.common
 

Methods in org.drools.core.common that return TraitTypeEnum
 TraitTypeEnum DisconnectedFactHandle.getTraitType()
           
 TraitTypeEnum QueryElementFactHandle.getTraitType()
           
 TraitTypeEnum DefaultFactHandle.getTraitType()
           
 TraitTypeEnum InternalFactHandle.getTraitType()
           
 

Uses of TraitTypeEnum in org.drools.core.factmodel.traits
 

Methods in org.drools.core.factmodel.traits that return TraitTypeEnum
static TraitTypeEnum TraitFactory.determineTraitType(Object object)
           
static TraitTypeEnum TraitTypeEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TraitTypeEnum[] TraitTypeEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


Drools :: Core 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.