planetj.dataengine.display
Class OperationSettingsPropertyGroup
java.lang.Object
|
+--java.util.AbstractMap
|
+--java.util.HashMap
|
+--planetj.property.PropertyGroup
|
+--planetj.property.DefaultPropertyGroup
|
+--planetj.dataengine.display.OperationSettingsPropertyGroup
- All Implemented Interfaces:
- Cloneable, Comparable, Map, Serializable
- public class OperationSettingsPropertyGroup
- extends DefaultPropertyGroup
Insert the type's description here.
Creation date: (6/20/02 11:15:38 AM)
- See Also:
- Serialized Form
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 |
COPY_RULE
public static final String COPY_RULE
- Tells how the rows are copied
- See Also:
- Constant Field Values
COPY_RULE_USAGEID
public static final String COPY_RULE_USAGEID
- See Also:
- Constant Field Values
COPY_RULE_FIELD_NAMES
public static final String COPY_RULE_FIELD_NAMES
- See Also:
- Constant Field Values
COPY_RULE_DEFAULT
public static final String COPY_RULE_DEFAULT
- See Also:
- Constant Field Values
OPERATION_SETTINGS
public static final String OPERATION_SETTINGS
- The name of the property group
- See Also:
- Constant Field Values
OperationSettingsPropertyGroup
public OperationSettingsPropertyGroup()
- OperationPropertyGroup constructor comment.
OperationSettingsPropertyGroup
public OperationSettingsPropertyGroup(int initialCapacity)
- OperationPropertyGroup constructor comment.
- Parameters:
initialCapacity
- int
OperationSettingsPropertyGroup
public OperationSettingsPropertyGroup(String pName)
- OperationPropertyGroup constructor comment.
- Parameters:
pName
- java.lang.String
getAllPropertyNames
public List getAllPropertyNames()
- Gets a List containing the names of all the supported properties.
- Overrides:
getAllPropertyNames
in class DefaultPropertyGroup
getRequiredPropertyNames
public List getRequiredPropertyNames()
- Gets a List containing the names of all the required properties.
- Overrides:
getRequiredPropertyNames
in class DefaultPropertyGroup