planetj.dataengine.display
Class ParameterOperatorLabels

java.lang.Object
  |
  +--java.util.AbstractMap
        |
        +--java.util.HashMap
              |
              +--planetj.property.PropertyGroup
                    |
                    +--planetj.property.DefaultPropertyGroup
                          |
                          +--planetj.dataengine.display.ParameterOperatorLabels
All Implemented Interfaces:
Cloneable, Comparable, Map, Serializable

public class ParameterOperatorLabels
extends DefaultPropertyGroup

See Also:
Serialized Form

Field Summary
static String className
          Class name
static String PARAMETER_OPERATOR_LABLES
           
 
Fields inherited from class planetj.property.DefaultPropertyGroup
NONE
 
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
ParameterOperatorLabels()
          ParameterOperatorLabels constructor comment.
ParameterOperatorLabels(int initialCapacity)
          ParameterOperatorLabels constructor comment.
ParameterOperatorLabels(String pName)
          ParameterOperatorLabels constructor comment.
 
Methods inherited from class planetj.property.DefaultPropertyGroup
getAllPropertyNames, getDefaultPropertiesString, getRequiredPropertyNames
 
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

className

public static final String className
Class name


PARAMETER_OPERATOR_LABLES

public static final String PARAMETER_OPERATOR_LABLES
See Also:
Constant Field Values
Constructor Detail

ParameterOperatorLabels

public ParameterOperatorLabels()
ParameterOperatorLabels constructor comment.


ParameterOperatorLabels

public ParameterOperatorLabels(int initialCapacity)
ParameterOperatorLabels constructor comment.

Parameters:
initialCapacity - int

ParameterOperatorLabels

public ParameterOperatorLabels(String pName)
ParameterOperatorLabels constructor comment.

Parameters:
pName - java.lang.String