planetj.helpers.properties
Class CSVPropertyGroup

java.lang.Object
  |
  +--java.util.AbstractMap
        |
        +--java.util.HashMap
              |
              +--planetj.property.PropertyGroup
                    |
                    +--planetj.helpers.properties.FilePropertyGroup
                          |
                          +--planetj.helpers.properties.CSVPropertyGroup
All Implemented Interfaces:
Cloneable, Comparable, Map, Serializable

public class CSVPropertyGroup
extends FilePropertyGroup

PropertyGroup for the CSV file format.

See Also:
Serialized Form

Field Summary
static String CSV
           
 
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, OUTPUT_ROWS, OUTPUT_ROWS_ALL, OUTPUT_ROWS_SCREEN, OUTPUT_ROWS_SELECTED
 
Fields inherited from class planetj.property.PropertyGroup
ALL_FALSE, ALL_TRUE, BOOLEAN_PROPERTY, DATE_PROPERTY, DOUBLE_PROPERTY, INTEGER_PROPERTY, LIST_PROPERTY, ROW_COLLECTION_KEY, STRING_PROPERTY
 
Constructor Summary
CSVPropertyGroup()
          ExcelPropertyGroup constructor comment.
CSVPropertyGroup(int initialCapacity)
          ExcelPropertyGroup constructor comment.
CSVPropertyGroup(String pName)
          ExcelPropertyGroup constructor comment.
 
Methods inherited from class planetj.helpers.properties.FilePropertyGroup
getAllPropertyNames, getColumnHeadingsDisplayType, getDisplayColumns, getOutputRowType, getRequiredPropertyNames
 
Methods inherited from class planetj.property.PropertyGroup
add, addProperty, addProperty, append, clone, compareTo, compareTo, compareTo, containsProperty, createProperty, getAllMetapropertyNames, getAllSetBooleanPropertyNames, getAllSetIntPropertyNames, getAllSetListPropertyNames, getAllSetPropertyNames, getAllSetStringPropertyNames, getBooleanValue, getDateValue, getDoubleValue, getIntValue, getListValue, 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

CSV

public static final String CSV
See Also:
Constant Field Values
Constructor Detail

CSVPropertyGroup

public CSVPropertyGroup()
ExcelPropertyGroup constructor comment.


CSVPropertyGroup

public CSVPropertyGroup(int initialCapacity)
ExcelPropertyGroup constructor comment.

Parameters:
initialCapacity - int

CSVPropertyGroup

public CSVPropertyGroup(String pName)
ExcelPropertyGroup constructor comment.

Parameters:
pName - java.lang.String