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

org.bidib.wizard.api.model.function.SystemFunction Maven / Gradle / Ivy

The newest version!
package org.bidib.wizard.api.model.function;

import org.bidib.wizard.model.status.BidibStatus;

public abstract class SystemFunction extends Function {
    public static final Integer SYSTEM_FUNCION = 255;

    public SystemFunction(T action, String key) {
        super(action, key);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy