Class SoVersion

  • All Implemented Interfaces:
    java.lang.Comparable<Version>

    public class SoVersion
    extends Version
    a wrapper for the StepOver pad version
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String version
      The version.
    • Constructor Summary

      Constructors 
      Constructor Description
      SoVersion​(java.lang.String version)
      Instantiates a new step over version.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compareTo​(Version version)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • version

        protected java.lang.String version
        The version.
    • Constructor Detail

      • SoVersion

        public SoVersion​(java.lang.String version)
        Instantiates a new step over version.
        Parameters:
        version - the version
    • Method Detail

      • compareTo

        public int compareTo​(Version version)
      • toString

        public java.lang.String toString()
        Specified by:
        toString in class Version