public abstract class ImplementationService extends Object
| Constructor and Description |
|---|
ImplementationService() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
getMajorVersion()
Get the major version of the implementation
|
abstract int |
getMinorVersion()
Get the minor version of the implementation
|
abstract String |
getName()
Get the name of the implementation
|
String |
toString()
Returns the name, major and minor version of the implementation
|
public ImplementationService()
public abstract int getMajorVersion()
intpublic abstract int getMinorVersion()
intCopyright © 2019. All rights reserved.