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

website.automate.waml.io.model.main.criteria.Criteria Maven / Gradle / Ivy

The newest version!
package website.automate.waml.io.model.main.criteria;

import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonPropertyOrder;

@JsonPropertyOrder({"selector", "text", "value", "element", "input", "facts", "local", "async", "script"})
public interface Criteria {

    @JsonIgnore
    boolean canBeShortNotated();

    @JsonIgnore
    String getDefaultCriterionName();

    @JsonIgnore
    Object getDefaultCriterionValue();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy