|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Model
Represents a metadata model in the MetaMatrix system.
| Field Summary |
|---|
| Fields inherited from interface com.metamatrix.admin.api.objects.AdminObject |
|---|
DELIMITER, DELIMITER_CHAR, ESCAPED_DELIMITER, ESCAPED_WILDCARD, WILDCARD |
| Method Summary | |
|---|---|
java.util.List |
getConnectorBindingNames()
Return the connector binding names for this Virtual Databse. |
java.lang.String |
getModelType()
Retrieve the model type. |
java.lang.String |
getModelURI()
Retrive the model URI. |
boolean |
isMaterialization()
Determine whether this model is a Materialization Model |
boolean |
isPhysical()
Determine if this model is a physical type. |
boolean |
isVisible()
Determine whether this model is exposed for querying. |
boolean |
supportsMultiSourceBindings()
Determine whether this model can support more than one connector binding. |
| Methods inherited from interface com.metamatrix.admin.api.objects.AdminObject |
|---|
getIdentifier, getName, getProperties, getPropertyValue |
| Method Detail |
|---|
java.util.List getConnectorBindingNames()
boolean isPhysical()
true iff it contains physical group(s).boolean isVisible()
true iff the model is visible
for querying.java.lang.String getModelType()
java.lang.String getModelURI()
boolean supportsMultiSourceBindings()
true iff this model supports multi-source bindingsboolean isMaterialization()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||