Uses of Class
org.teiid.query.mapping.xml.MappingNodeConstants.Properties

Packages that use MappingNodeConstants.Properties
org.teiid.query.mapping.xml   
 

Uses of MappingNodeConstants.Properties in org.teiid.query.mapping.xml
 

Fields in org.teiid.query.mapping.xml with type parameters of type MappingNodeConstants.Properties
static java.util.Map<MappingNodeConstants.Properties,java.lang.Object> MappingNodeConstants.Defaults.DEFAULT_VALUES
          Default property values, keyed off the properties defined in MappingNodeConstants.Properties.
 

Methods in org.teiid.query.mapping.xml that return MappingNodeConstants.Properties
static MappingNodeConstants.Properties MappingNodeConstants.getProperty(java.lang.String property)
          Convert a property String into one of the Integer property keys defined in MappingNodeConstants.Properties
static MappingNodeConstants.Properties MappingNodeConstants.Properties.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MappingNodeConstants.Properties[] MappingNodeConstants.Properties.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.teiid.query.mapping.xml that return types with arguments of type MappingNodeConstants.Properties
 java.util.Map<MappingNodeConstants.Properties,java.lang.Object> MappingNode.getNodeProperties()
          Returns the actual local properties object, instantiates if necessary.
 

Methods in org.teiid.query.mapping.xml with parameters of type MappingNodeConstants.Properties
 java.lang.Object MappingNode.getProperty(MappingNodeConstants.Properties propertyID)
          Retrieve one of the Object values, keyed off the Integer property keys defined in MappingNodeConstants.Properties
 



Copyright © 2011. All Rights Reserved.