Uses of Interface
org.gvsig.vectorediting.lib.api.EditingServiceParameter
Packages that use EditingServiceParameter
-
Uses of EditingServiceParameter in org.gvsig.vectorediting.lib.api
Methods in org.gvsig.vectorediting.lib.api that return EditingServiceParameterModifier and TypeMethodDescriptionEditingServiceInfo.getParameterInfo(String name) Gets read only information about a parameter of this service.EditingService.next()Gets next parameter needed by service.Methods in org.gvsig.vectorediting.lib.api that return types with arguments of type EditingServiceParameterModifier and TypeMethodDescriptionEditingService.getParameters()Gets aListwith all parameters of service.EditingServiceInfo.getParameters()Gets aListwith all parameters of service.Methods in org.gvsig.vectorediting.lib.api with parameters of type EditingServiceParameterModifier and TypeMethodDescriptionEditingService.getValue(EditingServiceParameter parameter) Return the parameter's valueEditingService.getValue(EditingServiceParameter parameter, EditingServiceParameter.TYPE type) booleanEditingService.isEnabled(EditingServiceParameter parameter) Return true if the parameter is enabledvoidEditingService.setValue(EditingServiceParameter parameter, Object value) Sets value into a paremeter of the service.The value will be put in the parameter of this service.