| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Value | |
|---|---|
| org.apache.openjpa.lib.conf | Configuration Framework | 
| Uses of Value in org.apache.openjpa.lib.conf | 
|---|
| Subclasses of Value in org.apache.openjpa.lib.conf | |
|---|---|
|  class | BooleanValueA boolean Value. | 
|  class | DoubleValueA double Value. | 
|  class | FileValueA FileValue. | 
|  class | IntValueAn int Value. | 
|  class | ObjectValueAn object Value. | 
|  class | PluginListValueA list of plugins. | 
|  class | PluginValueA plugin Valueconsisting of plugin name and properties. | 
|  class | StringListValueA comma-separated list of string values. | 
|  class | StringValueA string Value. | 
| Methods in org.apache.openjpa.lib.conf that return Value | |
|---|---|
|  Value | ConfigurationImpl.addValue(Value val) | 
|  Value | Configuration.addValue(Value val)Add the given value to the set of configuration properties. | 
|  Value | ConfigurationImpl.getValue(java.lang.String property) | 
|  Value | Configuration.getValue(java.lang.String property)Return the Valuefor the given property, or null if none. | 
|  Value[] | ConfigurationImpl.getValues() | 
|  Value[] | Configuration.getValues()Return the set of all Values. | 
| Methods in org.apache.openjpa.lib.conf with parameters of type Value | |
|---|---|
|  Value | ConfigurationImpl.addValue(Value val) | 
|  Value | Configuration.addValue(Value val)Add the given value to the set of configuration properties. | 
|  boolean | ConfigurationImpl.removeValue(Value val) | 
|  boolean | Configuration.removeValue(Value val)Remove the given value from the set of configuration properties. | 
|  void | ConfigurationImpl.valueChanged(Value val) | 
|  void | ValueListener.valueChanged(Value val)Callback used by Valueobjects to notify listener of change. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||