|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.teiid.connector.metadata.MetadataConnectorConstants
public class MetadataConnectorConstants
Constants used in MetadataConnector, some of the values for these constants are used in NameInSource of the SystemPhysical model.
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 |
---|
public static final java.lang.String PROPERTIES_FILE_EXTENSION
public static final char START_METHOD_NAME_CHAR
public static final char END_METHOD_NAME_CHAR
public static final char METHOD_DELIMITER
public static final char RECORD_TYPE_SEPERATOR
public static final java.lang.String GET_METHOD_PREFIX
public static final java.lang.String SET_METHOD_PREFIX
Constructor Detail |
---|
public MetadataConnectorConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |