|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.core.ext.DefaultConfigurationProperty
public class DefaultConfigurationProperty
Default immutable implementation of ConfigurationProperty that receives its values in its constructor.
Constructor Summary | |
---|---|
DefaultConfigurationProperty(java.lang.String name,
java.util.List<java.lang.String> values)
Construct a configuration property. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getName()
The name of the property. |
java.util.List<java.lang.String> |
getValues()
The values for the permutation currently being considered. |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DefaultConfigurationProperty(java.lang.String name, java.util.List<java.lang.String> values)
name
- the name of this property, must not be nullvalues
- the list of possible values, must not be null and
will be returned to callers, so a copy should be passed into this
ctor if the caller will use this set laterMethod Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String getName()
ConfigurationProperty
getName
in interface ConfigurationProperty
public java.util.List<java.lang.String> getValues()
ConfigurationProperty
getValues
in interface ConfigurationProperty
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |