Uses of Class
org.nhindirect.config.model.BundleRefreshError

Packages that use BundleRefreshError
org.nhindirect.config.model Data model classes for configuration web services. 
 

Uses of BundleRefreshError in org.nhindirect.config.model
 

Methods in org.nhindirect.config.model that return BundleRefreshError
 BundleRefreshError TrustBundle.getLastRefreshError()
          Gets the status of the last refresh attempt.
static BundleRefreshError BundleRefreshError.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BundleRefreshError[] BundleRefreshError.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.nhindirect.config.model with parameters of type BundleRefreshError
 void TrustBundle.setLastRefreshError(BundleRefreshError lastRefreshError)
          Sets the status of the last refresh attempt.
 



Copyright © 2014. All Rights Reserved.