Package sop.operation
Interface Version
-
- All Known Implementing Classes:
VersionImpl
public interface Version
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Return the implementations name.String
getVersion()
Return the implementations version string.
-
-
-
Method Detail
-
getVersion
String getVersion()
Return the implementations version string.- Returns:
- version string
-
-