Interface SolutionInfo

All Superinterfaces:
Serializable

public interface SolutionInfo extends Serializable
Basic solution information
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the solution.
    Returns the version of the solution.
  • Method Details

    • getName

      String getName()
      Returns the name of the solution.
      Returns:
      the name of the solution
    • getVersion

      ApplicationVersion getVersion()
      Returns the version of the solution.
      Returns:
      the version of the solution