Package com.google.gwt.core.ext
Interface ConfigurationProperty
-
- All Known Implementing Classes:
DefaultConfigurationProperty
public interface ConfigurationProperty
A named configuration (property, values) pair.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
The name of the property.java.util.List<java.lang.String>
getValues()
The values for the permutation currently being considered.
-