|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.universaldevices.autoupdate.UDAutoUpdate.UDVersion
protected class UDAutoUpdate.UDVersion
UDAutoUpdate.UDVersion
is an abstraction of the platform version
as described by UDI DIML/XML
Field Summary | |
---|---|
java.lang.String |
description
The description of the features/fixes for this version |
UDAutoUpdate.UDVersionNum |
latestVersion
The latest version number |
UDAutoUpdate.UDVersionNum |
notSupportedIfAbove
The version above which an upgrade is not supported |
UDAutoUpdate.UDVersionNum |
number
Version number |
java.util.Hashtable<java.lang.String,UDAutoUpdate.UDPlatform> |
platforms
A Hashtable of all the supported UDAutoUpdate.UDPlatform for
this version |
UDAutoUpdate.UDVersionNum |
resetIfBelow
The version below which ISY should be reset (factory) |
Constructor Summary | |
---|---|
UDAutoUpdate.UDVersion(XMLElement x,
UDAutoUpdate.UDVersionNum latestVersion)
Constructor Note: This class is initialized by UDI Network and Services Layers and, as such, should not be utilized independently. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public UDAutoUpdate.UDVersionNum number
public UDAutoUpdate.UDVersionNum notSupportedIfAbove
public UDAutoUpdate.UDVersionNum resetIfBelow
public UDAutoUpdate.UDVersionNum latestVersion
public java.lang.String description
public java.util.Hashtable<java.lang.String,UDAutoUpdate.UDPlatform> platforms
Hashtable
of all the supported UDAutoUpdate.UDPlatform
for
this version
Constructor Detail |
---|
public UDAutoUpdate.UDVersion(XMLElement x, UDAutoUpdate.UDVersionNum latestVersion)
Note: This class is initialized by UDI Network and Services Layers and, as such, should not be utilized independently.
x
- - The DIML/XML representation of versionlatestVersion
- - The latest version number
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |