All Downloads are FREE. Search and download functionalities are using the official Maven repository.

uk.co.mruoc.camunda.client.variable.BooleanVariable Maven / Gradle / Ivy

The newest version!
package uk.co.mruoc.camunda.client.variable;

public class BooleanVariable extends AbstractVariable {

    public BooleanVariable(String name, boolean value) {
        super(name, value, "Boolean");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy