com.metamatrix.query.mapping.xml
Class MappingNodeConstants.Defaults

java.lang.Object
  extended by com.metamatrix.query.mapping.xml.MappingNodeConstants.Defaults
Enclosing class:
MappingNodeConstants

public static final class MappingNodeConstants.Defaults
extends java.lang.Object

Default property values for node properties


Field Summary
static java.lang.String DEFAULT_BUILT_IN_TYPE
          The default value for MappingNodeConstants.Properties.BUILT_IN_TYPE
static java.lang.Integer DEFAULT_CARDINALITY_MAXIMUM_BOUND
          The default maximum bound of the cardinality of a node.
static java.lang.Integer DEFAULT_CARDINALITY_MINIMUM_BOUND
          The default minimum bound of the cardinality of a node.
static java.lang.String DEFAULT_DOCUMENT_ENCODING
          The default value for MappingNodeConstants.Properties.DOCUMENT_ENCODING
static java.lang.Boolean DEFAULT_EXCEPTION_ON_DEFAULT
          The default value for MappingNodeConstants.Properties.EXCEPTION_ON_DEFAULT
static java.lang.Boolean DEFAULT_EXCEPTION_ON_RECURSION_LIMIT
          The default value for MappingNodeConstants.Properties.EXCEPTION_ON_RECURSION_LIMIT
static java.lang.Boolean DEFAULT_FORMATTED_DOCUMENT
          The default value for MappingNodeConstants.Properties.FORMATTED_DOCUMENT
static java.lang.Boolean DEFAULT_IS_DEFAULT_CHOICE
          The default value for MappingNodeConstants.Properties.IS_DEFAULT_CHOICE
static java.lang.Boolean DEFAULT_IS_EXCLUDED
          The default value for MappingNodeConstants.Properties.IS_NILLABLE
static java.lang.Boolean DEFAULT_IS_INCLUDED
          The default value for MappingNodeConstants.Properties.IS_INCLUDED
static java.lang.Boolean DEFAULT_IS_NILLABLE
          The default value for MappingNodeConstants.Properties.IS_NILLABLE
static java.lang.Boolean DEFAULT_IS_OPTIONAL
          The default value for MappingNodeConstants.Properties.IS_OPTIONAL
static java.lang.Boolean DEFAULT_IS_RECURSIVE
          The default value for MappingNodeConstants.Properties.IS_RECURSIVE
static java.lang.Boolean DEFAULT_IS_RECURSIVE_ROOT
          The default value for MappingNodeConstants.Properties.IS_RECURSIVE_ROOT
static java.lang.String DEFAULT_NODE_TYPE
          The default output type of the node, if no value is specified
static java.lang.String DEFAULT_NORMALIZE_TEXT
          The default value for MappingNodeConstants.Properties.NORMALIZE_TEXT
static java.lang.Integer DEFAULT_RECURSION_LIMIT
          The default value for MappingNodeConstants.Properties.RECURSION_LIMIT
static java.util.Collection DEFAULT_TEMP_GROUP_NAMES
          The default value for MappingNodeConstants.Properties.TEMP_GROUP_NAMES
static java.util.Map DEFAULT_VALUES
          Default property values, keyed off the properties defined in MappingNodeConstants.Properties.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_VALUES

public static final java.util.Map DEFAULT_VALUES
Default property values, keyed off the properties defined in MappingNodeConstants.Properties. The MappingNode class will return these values if none are defined, for each property.


DEFAULT_CARDINALITY_MINIMUM_BOUND

public static final java.lang.Integer DEFAULT_CARDINALITY_MINIMUM_BOUND
The default minimum bound of the cardinality of a node.


DEFAULT_CARDINALITY_MAXIMUM_BOUND

public static final java.lang.Integer DEFAULT_CARDINALITY_MAXIMUM_BOUND
The default maximum bound of the cardinality of a node.


DEFAULT_NODE_TYPE

public static final java.lang.String DEFAULT_NODE_TYPE
The default output type of the node, if no value is specified

See Also:
Constant Field Values

DEFAULT_IS_NILLABLE

public static final java.lang.Boolean DEFAULT_IS_NILLABLE
The default value for MappingNodeConstants.Properties.IS_NILLABLE


DEFAULT_TEMP_GROUP_NAMES

public static final java.util.Collection DEFAULT_TEMP_GROUP_NAMES
The default value for MappingNodeConstants.Properties.TEMP_GROUP_NAMES


DEFAULT_IS_OPTIONAL

public static final java.lang.Boolean DEFAULT_IS_OPTIONAL
The default value for MappingNodeConstants.Properties.IS_OPTIONAL


DEFAULT_NORMALIZE_TEXT

public static final java.lang.String DEFAULT_NORMALIZE_TEXT
The default value for MappingNodeConstants.Properties.NORMALIZE_TEXT

See Also:
Constant Field Values

DEFAULT_BUILT_IN_TYPE

public static final java.lang.String DEFAULT_BUILT_IN_TYPE
The default value for MappingNodeConstants.Properties.BUILT_IN_TYPE

See Also:
Constant Field Values

DEFAULT_IS_EXCLUDED

public static final java.lang.Boolean DEFAULT_IS_EXCLUDED
The default value for MappingNodeConstants.Properties.IS_NILLABLE


DEFAULT_IS_INCLUDED

public static final java.lang.Boolean DEFAULT_IS_INCLUDED
The default value for MappingNodeConstants.Properties.IS_INCLUDED


DEFAULT_IS_DEFAULT_CHOICE

public static final java.lang.Boolean DEFAULT_IS_DEFAULT_CHOICE
The default value for MappingNodeConstants.Properties.IS_DEFAULT_CHOICE


DEFAULT_EXCEPTION_ON_DEFAULT

public static final java.lang.Boolean DEFAULT_EXCEPTION_ON_DEFAULT
The default value for MappingNodeConstants.Properties.EXCEPTION_ON_DEFAULT


DEFAULT_IS_RECURSIVE

public static final java.lang.Boolean DEFAULT_IS_RECURSIVE
The default value for MappingNodeConstants.Properties.IS_RECURSIVE


DEFAULT_IS_RECURSIVE_ROOT

public static final java.lang.Boolean DEFAULT_IS_RECURSIVE_ROOT
The default value for MappingNodeConstants.Properties.IS_RECURSIVE_ROOT


DEFAULT_RECURSION_LIMIT

public static final java.lang.Integer DEFAULT_RECURSION_LIMIT
The default value for MappingNodeConstants.Properties.RECURSION_LIMIT


DEFAULT_EXCEPTION_ON_RECURSION_LIMIT

public static final java.lang.Boolean DEFAULT_EXCEPTION_ON_RECURSION_LIMIT
The default value for MappingNodeConstants.Properties.EXCEPTION_ON_RECURSION_LIMIT


DEFAULT_DOCUMENT_ENCODING

public static final java.lang.String DEFAULT_DOCUMENT_ENCODING
The default value for MappingNodeConstants.Properties.DOCUMENT_ENCODING

See Also:
Constant Field Values

DEFAULT_FORMATTED_DOCUMENT

public static final java.lang.Boolean DEFAULT_FORMATTED_DOCUMENT
The default value for MappingNodeConstants.Properties.FORMATTED_DOCUMENT



Copyright © 2009. All Rights Reserved.