Uses of Class
it.geosolutions.geoserver.rest.encoder.metadatalink.ResourceMetadataLinkInfo
-
Packages that use ResourceMetadataLinkInfo Package Description it.geosolutions.geoserver.rest.encoder.metadatalink -
-
Uses of ResourceMetadataLinkInfo in it.geosolutions.geoserver.rest.encoder.metadatalink
Methods in it.geosolutions.geoserver.rest.encoder.metadatalink that return ResourceMetadataLinkInfo Modifier and Type Method Description static ResourceMetadataLinkInfoResourceMetadataLinkInfo. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ResourceMetadataLinkInfo[]ResourceMetadataLinkInfo. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in it.geosolutions.geoserver.rest.encoder.metadatalink with parameters of type ResourceMetadataLinkInfo Modifier and Type Method Description protected booleanGSMetadataLinkInfoEncoder. delMember(ResourceMetadataLinkInfo type)Deletes a MetadataLinkInfo memberprotected java.lang.StringGSMetadataLinkInfoEncoder. getMember(ResourceMetadataLinkInfo type)Get the value of the MetadataLinkInfo memberprotected voidGSMetadataLinkInfoEncoder. setMember(ResourceMetadataLinkInfo type, java.lang.String value)Set a MetadataLinkInfo member (type, metadataType or content)
-