Uses of Class
org.gcube.spatial.data.geonetwork.extension.ServerAccess.Version
-
Packages that use ServerAccess.Version Package Description org.gcube.spatial.data.geonetwork.configuration org.gcube.spatial.data.geonetwork.extension -
-
Uses of ServerAccess.Version in org.gcube.spatial.data.geonetwork.configuration
Methods in org.gcube.spatial.data.geonetwork.configuration that return ServerAccess.Version Modifier and Type Method Description ServerAccess.VersionConfiguration. getGeoNetworkVersion()Gets the GeoNetwork version.ServerAccess.VersionDefaultConfiguration. getGeoNetworkVersion() -
Uses of ServerAccess.Version in org.gcube.spatial.data.geonetwork.extension
Methods in org.gcube.spatial.data.geonetwork.extension that return ServerAccess.Version Modifier and Type Method Description static ServerAccess.VersionServerAccess.Version. valueOf(String name)Returns the enum constant of this type with the specified name.static ServerAccess.Version[]ServerAccess.Version. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.gcube.spatial.data.geonetwork.extension with parameters of type ServerAccess.Version Constructor Description ServerAccess(String gnServiceURL, ServerAccess.Version version)
-