|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.AbstractMap | +--java.util.HashMap | +--planetj.property.PropertyGroup | +--planetj.database.connection.ConnectionReportPropertyGroup
Insert the type's description here. Creation date: (10/28/2002 4:18:57 PM)
Field Summary | |
static String |
ALIAS
|
static List |
ALL_PROPERTIES
|
static String |
CONNECTION_REPORT
|
static String |
CUMULATIVE
|
static String |
FILE_NAME
|
static String |
FILE_WRITE_TYPE
|
static String |
FILE_WRITE_TYPE_APPEND
|
static String |
FILE_WRITE_TYPE_OVERWRITE
|
static String |
FILE_WRITE_TYPE_SEPARATE
|
static String |
REPORT_INTERVAL
|
static List |
REQUIRED_PROPERTIES
|
static String |
RUN_IMMEDIATELY
|
static String |
STATEMENTS
|
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 | |
ConnectionReportPropertyGroup()
ConnectionReportPropertyGroup constructor comment. |
|
ConnectionReportPropertyGroup(int initialCapacity)
ConnectionReportPropertyGroup constructor comment. |
|
ConnectionReportPropertyGroup(String pName)
ConnectionReportPropertyGroup constructor comment. |
Method Summary | |
String |
getAlias()
Gets the alias property |
List |
getAllPropertyNames()
Gets a List containing the names of all the supported properties, not including metaproperties. |
String |
getFileName()
Gets the file name property |
byte |
getFileWriteType()
Gets the file write type property |
int |
getReportInterval()
Gets the report interval property |
List |
getRequiredPropertyNames()
Gets a List containing the names of all the required properties. |
List |
getStatements()
Gets the statements property |
boolean |
isCumulative()
Gets the cumulative property |
boolean |
isRunImmediately()
Gets the run immediately property |
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 |
public static final String CONNECTION_REPORT
public static final String FILE_NAME
public static final String ALIAS
public static final String RUN_IMMEDIATELY
public static final String REPORT_INTERVAL
public static final String STATEMENTS
public static final String FILE_WRITE_TYPE
public static final String CUMULATIVE
public static final String FILE_WRITE_TYPE_OVERWRITE
public static final String FILE_WRITE_TYPE_SEPARATE
public static final String FILE_WRITE_TYPE_APPEND
public static final List ALL_PROPERTIES
public static final List REQUIRED_PROPERTIES
Constructor Detail |
public ConnectionReportPropertyGroup()
public ConnectionReportPropertyGroup(int initialCapacity)
initialCapacity
- intpublic ConnectionReportPropertyGroup(String pName)
pName
- java.lang.StringMethod Detail |
public String getAlias()
public List getAllPropertyNames()
getAllPropertyNames
in class PropertyGroup
public String getFileName()
public byte getFileWriteType()
public int getReportInterval()
public List getRequiredPropertyNames()
getRequiredPropertyNames
in class PropertyGroup
public List getStatements()
public boolean isCumulative()
public boolean isRunImmediately()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |