com.metamatrix.connector.metadata
Class MetadataConnectorConstants

java.lang.Object
  extended by com.metamatrix.connector.metadata.MetadataConnectorConstants

public class MetadataConnectorConstants
extends java.lang.Object

Constants used in MetadataConnector, some of the values for these constants are used in NameInSource of the SystemPhysical model.

Since:
4.3

Field Summary
static char END_METHOD_NAME_CHAR
          Charcter used in NameInSource of a table, the table is be populated by object resulting from calling the method enclosed in () charcters on the metadata record for the table.
static java.lang.String GET_METHOD_PREFIX
          The prefix to the NameInsource for column/parameter to arrive at a method name to be invoked on a MetadataRecord to get the value used to populate the column/parameter.
static char METHOD_DELIMITER
          Charcter used to seperate method names used in NameInSource, if multiple methods need to be invoked to arrive at value for a column of object from the table, each method to be invoked on the resulting object is seperated by this charachter.
static java.lang.String PROPERTIES_FILE_EXTENSION
          Extension for property files containing enumeration of property values, some of the properties in the files are like standard ModelTypes, Search types etc.
static char RECORD_TYPE_SEPERATOR
          Charcter used in NameInSource of a table to seperate the index file and the record type charchter.
static java.lang.String SET_METHOD_PREFIX
          The prefix to the NameInSource for column/parameter to arrive at a method name to be invoked on a MetadataRecord to set the value used for some computation using the record.
static char START_METHOD_NAME_CHAR
          Charcter used in NameInSource of a table, the table is be populated by object resulting from calling the method enclosed in () charcters on the metadata record for the table.
 
Constructor Summary
MetadataConnectorConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTIES_FILE_EXTENSION

public static final java.lang.String PROPERTIES_FILE_EXTENSION
Extension for property files containing enumeration of property values, some of the properties in the files are like standard ModelTypes, Search types etc. This is used in nameinsource for a table which would get populated with the values from the property file.

See Also:
Constant Field Values

START_METHOD_NAME_CHAR

public static final char START_METHOD_NAME_CHAR
Charcter used in NameInSource of a table, the table is be populated by object resulting from calling the method enclosed in () charcters on the metadata record for the table.

See Also:
Constant Field Values

END_METHOD_NAME_CHAR

public static final char END_METHOD_NAME_CHAR
Charcter used in NameInSource of a table, the table is be populated by object resulting from calling the method enclosed in () charcters on the metadata record for the table.

See Also:
Constant Field Values

METHOD_DELIMITER

public static final char METHOD_DELIMITER
Charcter used to seperate method names used in NameInSource, if multiple methods need to be invoked to arrive at value for a column of object from the table, each method to be invoked on the resulting object is seperated by this charachter.

See Also:
Constant Field Values

RECORD_TYPE_SEPERATOR

public static final char RECORD_TYPE_SEPERATOR
Charcter used in NameInSource of a table to seperate the index file and the record type charchter. This may be necessary if a given index file has multiple types of records.

See Also:
Constant Field Values

GET_METHOD_PREFIX

public static final java.lang.String GET_METHOD_PREFIX
The prefix to the NameInsource for column/parameter to arrive at a method name to be invoked on a MetadataRecord to get the value used to populate the column/parameter.

See Also:
Constant Field Values

SET_METHOD_PREFIX

public static final java.lang.String SET_METHOD_PREFIX
The prefix to the NameInSource for column/parameter to arrive at a method name to be invoked on a MetadataRecord to set the value used for some computation using the record.

See Also:
Constant Field Values
Constructor Detail

MetadataConnectorConstants

public MetadataConnectorConstants()


Copyright © 2009. All Rights Reserved.