Uses of Class
com.universaldevices.autoupdate.UDAutoUpdate.UDVersionNum

Packages that use UDAutoUpdate.UDVersionNum
com.universaldevices.autoupdate   
 

Uses of UDAutoUpdate.UDVersionNum in com.universaldevices.autoupdate
 

Fields in com.universaldevices.autoupdate declared as UDAutoUpdate.UDVersionNum
 UDAutoUpdate.UDVersionNum UDAutoUpdate.UDProduct.currentVersion
          The current version for this product
 UDAutoUpdate.UDVersionNum UDAutoUpdate.UDPlatform.installedVersion
          Currently installed version
 UDAutoUpdate.UDVersionNum UDAutoUpdate.UDPlatform.latestVersion
          Latest available version
 UDAutoUpdate.UDVersionNum UDAutoUpdate.UDVersion.latestVersion
          The latest version number
 UDAutoUpdate.UDVersionNum UDAutoUpdate.UDPlatform.notSupportedIfAbove
          The version number above which ISY may not be upgraded to this update level
 UDAutoUpdate.UDVersionNum UDAutoUpdate.UDVersion.notSupportedIfAbove
          The version above which an upgrade is not supported
 UDAutoUpdate.UDVersionNum UDAutoUpdate.UDVersion.number
          Version number
 UDAutoUpdate.UDVersionNum UDAutoUpdate.UDPlatform.resetIfBelow
          The version number below which ISY should be reset (factory)
 UDAutoUpdate.UDVersionNum UDAutoUpdate.UDVersion.resetIfBelow
          The version below which ISY should be reset (factory)
 UDAutoUpdate.UDVersionNum UDAutoUpdate.UDPlatform.versionNumber
          The version number
 

Methods in com.universaldevices.autoupdate with parameters of type UDAutoUpdate.UDVersionNum
 int UDAutoUpdate.UDVersionNum.compareTo(UDAutoUpdate.UDVersionNum o)
           
 

Constructors in com.universaldevices.autoupdate with parameters of type UDAutoUpdate.UDVersionNum
UDAutoUpdate.UDPlatform(XMLElement e, UDAutoUpdate.UDVersionNum version, UDAutoUpdate.UDVersionNum latestVersion, java.lang.String description, UDAutoUpdate.UDVersionNum resetIfBelow, UDAutoUpdate.UDVersionNum notSupportedIfAbove)
          Constructor Note: This class is initialized by UDI Network and Services Layers and, as such, should not be utilized independently.
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.