planetj.helpers.properties
Class XLSPropertyGroup

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended byplanetj.property.PropertyGroup
              extended byplanetj.property.DefaultPropertyGroup
                  extended byplanetj.helpers.properties.FilePropertyGroup
                      extended byplanetj.helpers.properties.XLSPropertyGroup
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable, java.util.Map, java.io.Serializable

public class XLSPropertyGroup
extends FilePropertyGroup

PropertyGroup for the xls file format.

See Also:
Serialized Form

Field Summary
static java.lang.String SHEET_INDEX
           
static java.lang.String TABLE_ID
           
static java.lang.String XLS
           
 
Fields inherited from class planetj.helpers.properties.FilePropertyGroup
COLUMN_HEADINGS, COLUMN_HEADINGS_EXTERNAL, COLUMN_HEADINGS_INTERNAL, COLUMN_HEADINGS_NONE, DIRECT_TO_FILE, DISPLAY_COLUMNS, FILE_NAME, GENERATOR_CLASS, OUTPUT_ROWS, OUTPUT_ROWS_ALL, OUTPUT_ROWS_SCREEN, OUTPUT_ROWS_SELECTED, USE_DISPLAY_VALUE
 
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
XLSPropertyGroup()
          ExcelPropertyGroup constructor comment.
XLSPropertyGroup(int initialCapacity)
          ExcelPropertyGroup constructor comment.
XLSPropertyGroup(java.lang.String pName)
          ExcelPropertyGroup constructor comment.
 
Methods inherited from class planetj.helpers.properties.FilePropertyGroup
getAllPropertyNames, getColumnHeadingsDisplayType, getDisplayColumns, getGeneratorClass, getOutputRowType, getRequiredPropertyNames, isUseDisplayValues
 
Methods inherited from class planetj.property.DefaultPropertyGroup
getDefaultPropertiesString
 
Methods inherited from class planetj.property.PropertyGroup
add, addProperty, addProperty, append, clone, compareTo, compareTo, compareTo, containsProperty, copyUndefinedPropertiesFrom, createProperty, getAllMetapropertyNames, getAllSetBooleanPropertyNames, getAllSetIntPropertyNames, getAllSetListPropertyNames, getAllSetPropertyNames, getAllSetStringPropertyNames, getBooleanValue, getDateValue, getDoubleValue, getFloatValue, getIntValue, getJavaClassValue, getListValue, getMapValue, getName, getProperty, getPropertyType, getStringValue, getValue, isMergeableOnList, isMetaproperty, iterator, mergeOnList, put, put, put, setName, toString, updateProperty
 
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
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

XLS

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

TABLE_ID

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

SHEET_INDEX

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

XLSPropertyGroup

public XLSPropertyGroup()
ExcelPropertyGroup constructor comment.


XLSPropertyGroup

public XLSPropertyGroup(int initialCapacity)
ExcelPropertyGroup constructor comment.

Parameters:
initialCapacity - int

XLSPropertyGroup

public XLSPropertyGroup(java.lang.String pName)
ExcelPropertyGroup constructor comment.

Parameters:
pName - java.lang.String