planetj.dataengine.display
Class OperationSettingsPropertyGroup

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended byplanetj.property.PropertyGroup
              extended byplanetj.property.DefaultPropertyGroup
                  extended byplanetj.dataengine.display.OperationSettingsPropertyGroup
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable, java.util.Map, java.io.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

Field Summary
static java.lang.String COPY_RULE
          Tells how the rows are copied
static java.lang.String COPY_RULE_DEFAULT
           
static java.lang.String COPY_RULE_FIELD_NAMES
           
static java.lang.String COPY_RULE_USAGEID
           
static java.lang.String OPERATION_SETTINGS
          The name of the property group
 
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
OperationSettingsPropertyGroup()
          OperationPropertyGroup constructor comment.
OperationSettingsPropertyGroup(int initialCapacity)
          OperationPropertyGroup constructor comment.
OperationSettingsPropertyGroup(java.lang.String pName)
          OperationPropertyGroup constructor comment.
 
Method Summary
 java.util.List getAllPropertyNames()
          Gets a List containing the names of all the supported properties.
 java.util.List getRequiredPropertyNames()
          Gets a List containing the names of all the required properties.
protected  short propertyType(java.lang.String pPropertyName)
          Gets the type of property for a specified property name.
 
Methods inherited from class planetj.property.DefaultPropertyGroup
getDefaultPropertiesString
 
Methods inherited from class planetj.property.PropertyGroup
add, addProperty, addProperty, append, clone, compareTo, compareTo, compareTo, containsProperty, copyUndefinedPropertiesFrom, createProperty, createValue, getAllMetapropertyNames, getAllSetBooleanPropertyNames, getAllSetIntPropertyNames, getAllSetListPropertyNames, getAllSetPropertyNames, getAllSetStringPropertyNames, getBooleanValue, getDateFormat, getDateValue, getDoubleValue, getFloatValue, getIntValue, getJavaClassValue, getListValue, getMapValue, getName, getProperty, getPropertyType, getStringValue, getValue, isMergeableOnList, isMetaproperty, iterator, mergeOnList, metapropertyType, put, put, put, setName, toString, updateProperty, validate, validateMetadata, validateMetadataBoolean
 
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
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

COPY_RULE

public static final java.lang.String COPY_RULE
Tells how the rows are copied

See Also:
Constant Field Values

COPY_RULE_USAGEID

public static final java.lang.String COPY_RULE_USAGEID
See Also:
Constant Field Values

COPY_RULE_FIELD_NAMES

public static final java.lang.String COPY_RULE_FIELD_NAMES
See Also:
Constant Field Values

COPY_RULE_DEFAULT

public static final java.lang.String COPY_RULE_DEFAULT
See Also:
Constant Field Values

OPERATION_SETTINGS

public static final java.lang.String OPERATION_SETTINGS
The name of the property group

See Also:
Constant Field Values
Constructor Detail

OperationSettingsPropertyGroup

public OperationSettingsPropertyGroup()
OperationPropertyGroup constructor comment.


OperationSettingsPropertyGroup

public OperationSettingsPropertyGroup(int initialCapacity)
OperationPropertyGroup constructor comment.

Parameters:
initialCapacity - int

OperationSettingsPropertyGroup

public OperationSettingsPropertyGroup(java.lang.String pName)
OperationPropertyGroup constructor comment.

Parameters:
pName - java.lang.String
Method Detail

getAllPropertyNames

public java.util.List getAllPropertyNames()
Gets a List containing the names of all the supported properties.

Overrides:
getAllPropertyNames in class DefaultPropertyGroup

getRequiredPropertyNames

public java.util.List getRequiredPropertyNames()
Gets a List containing the names of all the required properties.

Overrides:
getRequiredPropertyNames in class DefaultPropertyGroup

propertyType

protected short propertyType(java.lang.String pPropertyName)
Gets the type of property for a specified property name.

Overrides:
propertyType in class DefaultPropertyGroup