Uses of Enum Class
org.camunda.bpm.impl.juel.Builder.Feature
Packages that use Builder.Feature
-
Uses of Builder.Feature in org.camunda.bpm.impl.juel
Fields in org.camunda.bpm.impl.juel with type parameters of type Builder.FeatureMethods in org.camunda.bpm.impl.juel that return Builder.FeatureModifier and TypeMethodDescriptionstatic Builder.Feature
Returns the enum constant of this class with the specified name.static Builder.Feature[]
Builder.Feature.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.camunda.bpm.impl.juel with parameters of type Builder.FeatureModifier and TypeMethodDescriptionprotected TreeBuilder
ExpressionFactoryImpl.createTreeBuilder
(Properties properties, Builder.Feature... features) Create the factory's builder.boolean
Builder.isEnabled
(Builder.Feature feature) Constructors in org.camunda.bpm.impl.juel with parameters of type Builder.Feature