public class VersionInfo
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getGeneratedByMessage()
Gets a message saying "Generated by the OWL API (version x.x.x)"
|
java.lang.String |
getVersion()
Gets a string that contains the version of this build.
|
static VersionInfo |
getVersionInfo() |
java.lang.String |
toString() |
public static VersionInfo getVersionInfo()
public java.lang.String getVersion()
public java.lang.String getGeneratedByMessage()
public java.lang.String toString()
toString
in class java.lang.Object