Package com.io7m.waxmill.client.api
Interface WXMApplicationVersionType
- All Known Implementing Classes:
WXMApplicationVersion
@Immutable
public interface WXMApplicationVersionType
An application version.
-
Method Summary
Modifier and Type Method Description java.lang.StringapplicationName()java.lang.StringapplicationVersion()
-
Method Details
-
applicationName
java.lang.String applicationName()- Returns:
- The name of the application
-
applicationVersion
java.lang.String applicationVersion()- Returns:
- The version of the application
-