Uses of Class
org.silverpeas.mobile.client.common.network.ConnectionType
-
Packages that use ConnectionType Package Description org.silverpeas.mobile.client.common.network -
-
Uses of ConnectionType in org.silverpeas.mobile.client.common.network
Methods in org.silverpeas.mobile.client.common.network that return ConnectionType Modifier and Type Method Description static ConnectionType
ConnectionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConnectionType[]
ConnectionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-