|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApplicationVersion.VersionType | |
---|---|
net.sourceforge.atunes.kernel.modules.updates |
Uses of ApplicationVersion.VersionType in net.sourceforge.atunes.kernel.modules.updates |
---|
Methods in net.sourceforge.atunes.kernel.modules.updates that return ApplicationVersion.VersionType | |
---|---|
ApplicationVersion.VersionType |
ApplicationVersion.getVersion()
Returns version type |
static ApplicationVersion.VersionType |
ApplicationVersion.VersionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ApplicationVersion.VersionType[] |
ApplicationVersion.VersionType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in net.sourceforge.atunes.kernel.modules.updates with parameters of type ApplicationVersion.VersionType | |
---|---|
protected void |
ApplicationVersion.setVersion(ApplicationVersion.VersionType version)
Sets the version type value |
Constructors in net.sourceforge.atunes.kernel.modules.updates with parameters of type ApplicationVersion.VersionType | |
---|---|
ApplicationVersion(java.lang.String date,
int majorNumber,
int minorNumber,
int revisionNumber,
ApplicationVersion.VersionType version,
java.lang.String name,
java.lang.String downloadURL)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |