-
- All Superinterfaces:
Comparable<CVersionType>
- All Known Subinterfaces:
CVersionStandardType,CVersionTextType
- All Known Implementing Classes:
CVersionStandard,CVersionText
public interface CVersionType extends Comparable<CVersionType>
The type of version numbers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringtoVersionString()<A> AversionAccept(CVersionVisitorType<A> v)Accept a generic visitor.-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Method Detail
-
versionAccept
<A> A versionAccept(CVersionVisitorType<A> v) throws Exception
Accept a generic visitor.
-
toVersionString
String toVersionString()
- Returns:
- The version number in canonical format
-
-