Uses of Enum Class
org.drools.traits.core.factmodel.VirtualPropertyMode
Packages that use VirtualPropertyMode
-
Uses of VirtualPropertyMode in org.drools.traits.core.factmodel
Fields in org.drools.traits.core.factmodel declared as VirtualPropertyModeMethods in org.drools.traits.core.factmodel that return VirtualPropertyModeModifier and TypeMethodDescriptionstatic VirtualPropertyModeReturns the enum constant of this class with the specified name.static VirtualPropertyMode[]VirtualPropertyMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.drools.traits.core.factmodel with parameters of type VirtualPropertyModeModifier and TypeMethodDescriptionprotected static voidAbstractTraitFactory.setMode(VirtualPropertyMode newMode, InternalRuleBase kBase, RuntimeComponentFactory rcf) static voidTraitFactoryImpl.setMode(VirtualPropertyMode newMode, InternalRuleBase kBase) static voidTraitFactoryImpl.setMode(VirtualPropertyMode newMode, KieBase kBase) -
Uses of VirtualPropertyMode in org.drools.traits.core.util
Constructors in org.drools.traits.core.util with parameters of type VirtualPropertyModeModifierConstructorDescriptionStandaloneTraitFactory(ProjectClassLoader classLoader, VirtualPropertyMode mode)