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