com.metamatrix.metadata.runtime.api
Class MetadataConstants.CAPABILITY_PROPERTY_NAMES

java.lang.Object
  extended by com.metamatrix.metadata.runtime.api.MetadataConstants.CAPABILITY_PROPERTY_NAMES
Enclosing class:
MetadataConstants

public static final class MetadataConstants.CAPABILITY_PROPERTY_NAMES
extends java.lang.Object

These property names are used to set connector capability properties on a model. They are currently used only for SAP-specific connector capabilities. They could be used however, by defining a metamodel extension to add these properties to a model, which is actually what we do for testing.


Field Summary
static java.lang.String PROP_BLACK_BOX
           
static java.lang.String PROP_LEAF_JOIN_SELECT
           
static java.lang.String PROP_SINGLE_GROUP_SELECT
           
 
Constructor Summary
MetadataConstants.CAPABILITY_PROPERTY_NAMES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_BLACK_BOX

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

PROP_SINGLE_GROUP_SELECT

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

PROP_LEAF_JOIN_SELECT

public static final java.lang.String PROP_LEAF_JOIN_SELECT
See Also:
Constant Field Values
Constructor Detail

MetadataConstants.CAPABILITY_PROPERTY_NAMES

public MetadataConstants.CAPABILITY_PROPERTY_NAMES()


Copyright © 2009. All Rights Reserved.