planetj.dataengine.display
Class JoinProperties

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

public class JoinProperties
extends DefaultPropertyGroup

Author:
PlanetJ Corporation
See Also:
Serialized Form

Field Summary
static String className
          Class name.
static String JOIN_PROPERTIES
          Used for the default JoinProperties property group name.
static String JOIN_TYPE
          Type of join
static String JOIN_TYPE_DEFAULT
          Defuult join type
static String JOIN_TYPE_INNER
          Inner join
static String JOIN_TYPE_LEFT
          Left join
 
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
JoinProperties()
          BrowserProperties constructor comment.
JoinProperties(int initialCapacity)
          BrowserProperties constructor comment.
JoinProperties(String pName)
          BrowserProperties constructor comment.
 
Method Summary
 List getAllPropertyNames()
          Gets a List containing the names of all the supported properties.
 String getJoinType()
          Get the join type
 
Methods inherited from class planetj.property.DefaultPropertyGroup
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.


JOIN_PROPERTIES

public static final String JOIN_PROPERTIES
Used for the default JoinProperties property group name.

See Also:
Constant Field Values

JOIN_TYPE

public static final String JOIN_TYPE
Type of join

See Also:
Constant Field Values

JOIN_TYPE_INNER

public static final String JOIN_TYPE_INNER
Inner join

See Also:
Constant Field Values

JOIN_TYPE_LEFT

public static final String JOIN_TYPE_LEFT
Left join

See Also:
Constant Field Values

JOIN_TYPE_DEFAULT

public static final String JOIN_TYPE_DEFAULT
Defuult join type

See Also:
Constant Field Values
Constructor Detail

JoinProperties

public JoinProperties()
BrowserProperties constructor comment.


JoinProperties

public JoinProperties(int initialCapacity)
BrowserProperties constructor comment.

Parameters:
initialCapacity - int

JoinProperties

public JoinProperties(String pName)
BrowserProperties constructor comment.

Parameters:
pName - java.lang.String
Method Detail

getAllPropertyNames

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

Overrides:
getAllPropertyNames in class DefaultPropertyGroup

getJoinType

public String getJoinType()
Get the join type