Uses of Class
com.github.axet.wget.info.DownloadInfo.Part.States

Packages that use DownloadInfo.Part.States
com.github.axet.wget.info   
 

Uses of DownloadInfo.Part.States in com.github.axet.wget.info
 

Methods in com.github.axet.wget.info that return DownloadInfo.Part.States
 DownloadInfo.Part.States DownloadInfo.Part.getState()
           
static DownloadInfo.Part.States DownloadInfo.Part.States.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DownloadInfo.Part.States[] DownloadInfo.Part.States.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.github.axet.wget.info with parameters of type DownloadInfo.Part.States
 void DownloadInfo.Part.setState(DownloadInfo.Part.States state)
           
 void DownloadInfo.Part.setState(DownloadInfo.Part.States state, Throwable e)
           
 



Copyright © 2012. All Rights Reserved.