planetj.helpers.properties
Class XLSPropertyGroup
java.lang.Object
|
+--java.util.AbstractMap
|
+--java.util.HashMap
|
+--planetj.property.PropertyGroup
|
+--planetj.helpers.properties.FilePropertyGroup
|
+--planetj.helpers.properties.XLSPropertyGroup
- All Implemented Interfaces:
- Cloneable, Comparable, Map, Serializable
- public class XLSPropertyGroup
- extends FilePropertyGroup
PropertyGroup for the xls file format.
- See Also:
- Serialized Form
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 |
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 |
XLS
public static final String XLS
- See Also:
- Constant Field Values
TABLE_ID
public static final String TABLE_ID
- See Also:
- Constant Field Values
SHEET_INDEX
public static final String SHEET_INDEX
- See Also:
- Constant Field Values
XLSPropertyGroup
public XLSPropertyGroup()
- ExcelPropertyGroup constructor comment.
XLSPropertyGroup
public XLSPropertyGroup(int initialCapacity)
- ExcelPropertyGroup constructor comment.
- Parameters:
initialCapacity
- int
XLSPropertyGroup
public XLSPropertyGroup(String pName)
- ExcelPropertyGroup constructor comment.
- Parameters:
pName
- java.lang.String