com.ca.jcs.sdk
Class MetaDataConsts

java.lang.Object
  extended by com.ca.jcs.sdk.MetaDataConsts

public class MetaDataConsts
extends Object

Best practice is to collect all metadata setting names for a connector into a file like this, much as the JCS framework does in MetaDataUtil (and copy the same javadoc approach it uses to document each setting).


Field Summary
static String MD_FLATTEN_SEPARATOR
          
Value Type: strValue
Target Object(s): ANY property in datamodel
Description: Triggers DemoFlattenPropertyConverter if present, if value provided is not the empty string it specifies the separator string to be written out between values, otherwise the string separator value configured via Spring XML in conf/connector.xml will be used instead.
 
Constructor Summary
MetaDataConsts()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MD_FLATTEN_SEPARATOR

public static final String MD_FLATTEN_SEPARATOR

Value Type: strValue
Target Object(s): ANY property in datamodel
Description: Triggers DemoFlattenPropertyConverter if present, if value provided is not the empty string it specifies the separator string to be written out between values, otherwise the string separator value configured via Spring XML in conf/connector.xml will be used instead.

See Also:
Constant Field Values
Constructor Detail

MetaDataConsts

public MetaDataConsts()


Created 2011-07-14 13:27 EST