Uses of Class
it.geosolutions.geoserver.rest.encoder.metadata.virtualtable.VTParameter
-
Packages that use VTParameter Package Description it.geosolutions.geoserver.rest.encoder.metadata.virtualtable -
-
Uses of VTParameter in it.geosolutions.geoserver.rest.encoder.metadata.virtualtable
Methods in it.geosolutions.geoserver.rest.encoder.metadata.virtualtable that return VTParameter Modifier and Type Method Description static VTParameterVTParameter. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static VTParameter[]VTParameter. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in it.geosolutions.geoserver.rest.encoder.metadata.virtualtable with parameters of type VTParameter Modifier and Type Method Description protected booleanVTParameterEncoder. delMember(VTParameter type)Deletes a VirtualTableParameter memberprotected java.lang.StringVTParameterEncoder. getMember(VTParameter type)Get a VirtualTableParameter memberprotected voidVTParameterEncoder. setMember(VTParameter type, java.lang.String value)Set a VirtualTableParameter member
-