public interface OptionSetProperties
Modifier and Type | Method and Description |
---|---|
com.google.gwt.thirdparty.guava.common.collect.ListMultimap<String,String> |
getProperties()
Return all properties ({name->values} pairs).
|
void |
setPropertyValues(String name,
Iterable<String> values)
Set the value of property
name to be values . |
Copyright © 2018. All rights reserved.