Uses of Class
org.drools.core.factmodel.traits.TraitTypeEnum
-
Packages that use TraitTypeEnum Package Description 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 Modifier and Type Method Description TraitTypeEnumDefaultFactHandle. getTraitType()TraitTypeEnumDisconnectedFactHandle. getTraitType()TraitTypeEnumInternalFactHandle.DummyFactHandle. getTraitType()TraitTypeEnumInternalFactHandle. getTraitType()TraitTypeEnumQueryElementFactHandle. getTraitType()Methods in org.drools.core.common with parameters of type TraitTypeEnum Modifier and Type Method Description protected voidDefaultFactHandle. setTraitType(TraitTypeEnum traitType) -
Uses of TraitTypeEnum in org.drools.core.factmodel.traits
Methods in org.drools.core.factmodel.traits that return TraitTypeEnum Modifier and Type Method Description static TraitTypeEnumTraitTypeEnum. valueOf(java.lang.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.
-