Uses of Class
org.gcube.spatial.data.geonetwork.iso.tpl.distribution.DistributionInfo.DistributionInfoType
-
Packages that use DistributionInfo.DistributionInfoType Package Description org.gcube.spatial.data.geonetwork.iso.tpl.distribution -
-
Uses of DistributionInfo.DistributionInfoType in org.gcube.spatial.data.geonetwork.iso.tpl.distribution
Methods in org.gcube.spatial.data.geonetwork.iso.tpl.distribution that return DistributionInfo.DistributionInfoType Modifier and Type Method Description static DistributionInfo.DistributionInfoTypeDistributionInfo.DistributionInfoType. valueOf(String name)Returns the enum constant of this type with the specified name.static DistributionInfo.DistributionInfoType[]DistributionInfo.DistributionInfoType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.gcube.spatial.data.geonetwork.iso.tpl.distribution with parameters of type DistributionInfo.DistributionInfoType Constructor Description DistributionInfo(DistributionInfo.DistributionInfoType type, Collection<OnlineResource> onlines)Constructs a new DistributionInfo with the specified type and online resources.
-