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

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

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

import com.fasterxml.jackson.annotation.JsonIgnore;

public interface Variable {

    @JsonIgnore
    String getName();

    Object getValue();

    String getType();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy