Interface CustomTypeVersion


public interface CustomTypeVersion
Custom type version of the custom step/parser.
Since:
2.0.0
  • Method Details

    • toStringWithoutPatch

      String toStringWithoutPatch()
      Returns the custom type version as a string without the patch version.
      Returns:
      String of the custom type version
    • getMajorVersion

      int getMajorVersion()
    • getMinorVersion

      int getMinorVersion()
    • getPatchVersion

      int getPatchVersion()