Uses of Class
org.drools.base.factmodel.traits.TraitTypeEnum
-
Packages that use TraitTypeEnum Package Description org.drools.base.factmodel.traits -
-
Uses of TraitTypeEnum in org.drools.base.factmodel.traits
Methods in org.drools.base.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.
-