planetj.dataengine
Class ConfigurationPropertyGroup

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended byplanetj.property.PropertyGroup
              extended byplanetj.property.DefaultPropertyGroup
                  extended byplanetj.dataengine.ConfigurationPropertyGroup
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable, java.util.Map, java.io.Serializable

public class ConfigurationPropertyGroup
extends DefaultPropertyGroup

See Also:
Serialized Form

Field Summary
static java.lang.String CONFIG
           
static java.lang.String REPLACEMENT_LIBRARIES
           
 
Fields inherited from class planetj.property.PropertyGroup
ALL, ALL_FALSE, ALL_TRUE, BOOLEAN_PROPERTY, DATE_PROPERTY, DOUBLE_PROPERTY, FLOAT_PROPERTY, INTEGER_PROPERTY, JAVA_CLASS_PROPERTY, LIST_PROPERTY, MAP_PROPERTY, NONE, ROW_COLLECTION_KEY, STRING_PROPERTY
 
Constructor Summary
ConfigurationPropertyGroup()
           
 
Method Summary
 java.util.Map getReplacementLibraries()
          Retrieve a map of libraries to replace
protected  short propertyType(java.lang.String name)
          Gets the type of property for a specified property name.
 
Methods inherited from class planetj.property.DefaultPropertyGroup
getAllPropertyNames, getDefaultPropertiesString, getRequiredPropertyNames
 
Methods inherited from class planetj.property.PropertyGroup
add, addProperty, addProperty, append, clone, compareTo, compareTo, compareTo, containsProperty, copyUndefinedPropertiesFrom, createProperty, createValue, getAllMetapropertyNames, getAllSetBooleanPropertyNames, getAllSetIntPropertyNames, getAllSetListPropertyNames, getAllSetPropertyNames, getAllSetStringPropertyNames, getBooleanValue, getDateFormat, getDateValue, getDoubleValue, getFloatValue, getIntValue, getJavaClassValue, getListValue, getMapValue, getName, getProperty, getPropertyType, getStringValue, getValue, isMergeableOnList, isMetaproperty, iterator, mergeOnList, metapropertyType, put, put, put, setName, toString, updateProperty, validate, validateMetadata, validateMetadataBoolean
 
Methods inherited from class java.util.HashMap
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

CONFIG

public static final java.lang.String CONFIG
See Also:
Constant Field Values

REPLACEMENT_LIBRARIES

public static final java.lang.String REPLACEMENT_LIBRARIES
See Also:
Constant Field Values
Constructor Detail

ConfigurationPropertyGroup

public ConfigurationPropertyGroup()
Method Detail

getReplacementLibraries

public java.util.Map getReplacementLibraries()
Retrieve a map of libraries to replace


propertyType

protected short propertyType(java.lang.String name)
Gets the type of property for a specified property name.

Overrides:
propertyType in class DefaultPropertyGroup