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

io.github.hiskrtapps.apocalypse.dao.api.statements.Statement Maven / Gradle / Ivy

/*
 * © 2020 Ceppi Productions.
 */
package io.github.hiskrtapps.apocalypse.dao.api.statements;

/**
 * Common class for generic statement
 *
 *
 */
public interface Statement {

  /**
   * return the name of the statement
   * 
   * @return name of the statement
   */
  String name();
  
  /**
   * return a command for specified parameters
   * 
   * @return command
   */
  String command();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy