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

io.mateu.remote.dtos.RuleAction Maven / Gradle / Ivy

There is a newer version: 3.0-alpha.47
Show newest version
package io.mateu.remote.dtos;

public enum RuleAction {
  Show,
  Hide,
  Enable,
  Disable,
  RunAction,
  ShowAction,
  HideAction,
  EnableAction,
  DisableAction
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy