com.waveset.object
Interface ReleaseConstants.Version
- All Known Implementing Classes:
- ReleaseConstants.VersionImpl
- Enclosing interface:
- ReleaseConstants
- public static interface ReleaseConstants.Version
getMajor
public java.lang.String getMajor()
- Returns:
- Get the major product version.
getMinor
public java.lang.String getMinor()
- Returns:
- Get the minor product version.
getServicePack
public java.lang.String getServicePack()
- Returns:
- Return the service pack version string.
getVersion
public java.lang.String getVersion()
- Returns:
- Return the product version string.
getProductName
public java.lang.String getProductName()
- Returns:
- Get product name.
getFullProductName
public java.lang.String getFullProductName()
- Returns:
- Get the product name with version information.