|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap
java.util.HashMap
planetj.property.PropertyGroup
planetj.property.DefaultPropertyGroup
planetj.helpers.properties.FilePropertyGroup
planetj.helpers.properties.MSAccessPropertyGroup
PropertyGroup for Microsoft Access file format
Field Summary | |
static java.lang.String |
ACCESS
|
static java.lang.String |
DESTINATION
|
static java.lang.String |
DSN
|
static java.lang.String |
OVERWRITE_TABLE
|
static java.lang.String |
PROMPT
|
static java.lang.String |
TABLE_NAME
|
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 | |
MSAccessPropertyGroup()
AccessPropertyGroup constructor comment. |
|
MSAccessPropertyGroup(int initialCapacity)
AccessPropertyGroup constructor comment. |
|
MSAccessPropertyGroup(java.lang.String pName)
AccessPropertyGroup constructor comment. |
Method Summary | |
java.util.List |
getAllPropertyNames()
Gets a List containing the names of all the supported properties, not including metaproperties. |
java.lang.String |
getDataSourceName()
Gets the name of the datasource to write to |
java.lang.String |
getDestination()
Gets the name of the server to send the file to. |
java.lang.String |
getTableName()
Gets the name of the table to write to (may be null) |
boolean |
isOverwriteTable()
Tests if the table should be overwritten if it already exists |
boolean |
isPromptRequired()
Tests if the user should be prompted for the DSN, table name, and overwrite options |
boolean |
isReady()
Tests if all required properties are present |
Methods inherited from class planetj.helpers.properties.FilePropertyGroup |
getColumnHeadingsDisplayType, getDisplayColumns, getGeneratorClass, getOutputRowType, getRequiredPropertyNames, isUseDisplayValues |
Methods inherited from class planetj.property.DefaultPropertyGroup |
getDefaultPropertiesString |
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 |
public static final java.lang.String ACCESS
public static final java.lang.String OVERWRITE_TABLE
public static final java.lang.String DSN
public static final java.lang.String PROMPT
public static final java.lang.String DESTINATION
public static final java.lang.String TABLE_NAME
Constructor Detail |
public MSAccessPropertyGroup()
public MSAccessPropertyGroup(int initialCapacity)
initialCapacity
- intpublic MSAccessPropertyGroup(java.lang.String pName)
pName
- java.lang.StringMethod Detail |
public java.util.List getAllPropertyNames()
getAllPropertyNames
in class FilePropertyGroup
public java.lang.String getDataSourceName()
public java.lang.String getDestination()
public java.lang.String getTableName()
public boolean isOverwriteTable()
public boolean isPromptRequired()
public boolean isReady()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |