Uses of Class
se.datadosen.jalbum.TransferProtocol

Packages that use TransferProtocol
se.datadosen.jalbum   
 

Uses of TransferProtocol in se.datadosen.jalbum
 

Methods in se.datadosen.jalbum that return TransferProtocol
 TransferProtocol AccountProfile.getProtocol()
           
 TransferProtocol UploadBean.getProtocol()
           
static TransferProtocol TransferProtocol.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TransferProtocol[] TransferProtocol.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in se.datadosen.jalbum with parameters of type TransferProtocol
 void AccountProfile.setProtocol(TransferProtocol protocol)
           
 void UploadBean.setProtocol(TransferProtocol protocol)