public interface ViewVersion extends Comparable<ViewVersion>, Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
asString()
The string representation of this version.
|
int |
compareTo(String viewDefinitionVersionAsString)
Compares to another view version string (following
Comparable rules). |
int |
compareTo(ViewVersion viewVersion)
Compares to another view version (following
Comparable rules). |
String asString()
int compareTo(ViewVersion viewVersion)
Comparable rules).
No check is done regarding the view name.compareTo in interface Comparable<ViewVersion>viewVersion - the view version.int compareTo(String viewDefinitionVersionAsString)
Comparable rules).
No check is done regarding the view name.viewDefinitionVersionAsString - the view version asString() result.IllegalArgumentException - if the given string cannot be parsed to a version object. Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.