de.unikassel.android.sdcframework.preferences.facade
Interface TransmissionProtocolPreference

Package class diagram package TransmissionProtocolPreference
All Superinterfaces:
SinglePreference<TransmissionProtocolConfiguration>
All Known Implementing Classes:
TransmissionProtocolPreferenceImpl

public interface TransmissionProtocolPreference
extends SinglePreference<TransmissionProtocolConfiguration>

Interface for the preferences of a transmission protocol.

the following preferences can be configured



Internal defaults are:
Internal defaults are used if there is no default configuration available in the XML configuration file of the framework.


Method Summary
 SinglePreference<String> getAuthenticationPasswordPreference()
          Getter for the preference for the authentication password
 SinglePreference<String> getAuthenticationUserPreference()
          Getter for the preference for the authentication user name
 SinglePreference<ConnectionStrategyDescription> getTransmissionStrategyPreference()
          Getter for the preference for the transmission strategy
 SinglePreference<String> getURLPreference()
          Getter for the preference for the transfer URL
 
Methods inherited from interface de.unikassel.android.sdcframework.preferences.facade.SinglePreference
getConfiguration, getDefault, getKey, setDefault, testForKey
 

Method Detail

getURLPreference

SinglePreference<String> getURLPreference()
Getter for the preference for the transfer URL

Returns:
the preference for the transfer URL

getAuthenticationUserPreference

SinglePreference<String> getAuthenticationUserPreference()
Getter for the preference for the authentication user name

Returns:
the preference for the authentication user name

getAuthenticationPasswordPreference

SinglePreference<String> getAuthenticationPasswordPreference()
Getter for the preference for the authentication password

Returns:
the preference for the authentication password

getTransmissionStrategyPreference

SinglePreference<ConnectionStrategyDescription> getTransmissionStrategyPreference()
Getter for the preference for the transmission strategy

Returns:
the preference for the transmission strategy