Uses of Class
org.apache.openjpa.lib.conf.Value

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 BooleanValue
          A boolean Value.
 class DoubleValue
          A double Value.
 class FileValue
          A File Value.
 class IntValue
          An int Value.
 class ObjectValue
          An object Value.
 class PluginListValue
          A list of plugins.
 class PluginValue
          A plugin Value consisting of plugin name and properties.
 class StringListValue
          A comma-separated list of string values.
 class StringValue
          A string Value.
 

Methods in org.apache.openjpa.lib.conf with type parameters of type Value
<T extends Value>
T
Configuration.addValue(T val)
          Add the given value to the set of configuration properties.
<T extends Value>
T
ConfigurationImpl.addValue(T val)
           
 

Methods in org.apache.openjpa.lib.conf that return Value
 Value Configuration.getValue(String property)
          Return the Value for the given property, or null if none.
 Value ConfigurationImpl.getValue(String property)
          Gets the registered Value for the given propertyName.
 Value[] Configuration.getValues()
          Return the set of all Values.
 Value[] ConfigurationImpl.getValues()
           
 

Methods in org.apache.openjpa.lib.conf with parameters of type Value
static boolean Configurations.containsProperty(Value value, Map props)
          Test whether the map contains the given partial key, prefixed with any possible configuration prefix.
(package private) static Object Configurations.newInstance(String clsName, Value val, Configuration conf, ClassLoader loader, boolean fatal)
          Helper method used by members of this package to instantiate plugin values.
 boolean Configuration.removeValue(Value val)
          Remove the given value from the set of configuration properties.
 boolean ConfigurationImpl.removeValue(Value val)
           
 void ConfigurationImpl.valueChanged(Value val)
           
 void ValueListener.valueChanged(Value val)
          Callback used by Value objects to notify listener of change.
 



Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.