Class Version
- java.lang.Object
-
- de.gematik.combine.model.properties.Version
-
- All Implemented Interfaces:
Comparable<Version>
public class Version extends Object implements Comparable<Version>
-
-
Constructor Summary
Constructors Constructor Description Version(LinkedList<Integer> versionParts)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)intcompareTo(Version o)booleanequals(Object o)static @NonNull VersiongetSemanticVersion(String versionString)inthashCode()StringtoString()
-
-
-
Constructor Detail
-
Version
public Version(LinkedList<Integer> versionParts)
-
-
Method Detail
-
getSemanticVersion
@NonNull public static @NonNull Version getSemanticVersion(String versionString) throws MalformedParametersException
- Throws:
MalformedParametersException
-
compareTo
public int compareTo(Version o)
- Specified by:
compareToin interfaceComparable<Version>
-
canEqual
protected boolean canEqual(Object other)
-
-