Uses of Class
org.gcube.portlets.user.dataminermanagertester.shared.config.ProtocolType
-
Packages that use ProtocolType Package Description org.gcube.portlets.user.dataminermanagertester.shared.config -
-
Uses of ProtocolType in org.gcube.portlets.user.dataminermanagertester.shared.config
Methods in org.gcube.portlets.user.dataminermanagertester.shared.config that return ProtocolType Modifier and Type Method Description static ProtocolTypeProtocolType. getTypeFromId(String id)static ProtocolTypeProtocolType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProtocolType[]ProtocolType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-