|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.metamatrix.admin.objects.MMAdminObject
com.metamatrix.admin.objects.MMModel
public class MMModel
| Field Summary |
|---|
| Fields inherited from interface com.metamatrix.admin.api.objects.AdminObject |
|---|
DELIMITER, DELIMITER_CHAR, ESCAPED_DELIMITER, ESCAPED_WILDCARD, WILDCARD |
| Constructor Summary | |
|---|---|
MMModel(java.lang.String[] identifierParts)
Construct a new MMModel |
|
| 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. |
void |
setConnectorBindingNames(java.util.List bindings)
|
void |
setMaterialization(boolean isMaterialization)
|
void |
setModelType(java.lang.String modelType)
|
void |
setModelURI(java.lang.String modelURI)
|
void |
setPhysical(boolean isPhysical)
|
void |
setSupportsMultiSourceBindings(boolean supports)
|
void |
setVisible(boolean isVisible)
|
boolean |
supportsMultiSourceBindings()
Determine whether this model can support more than one connector binding. |
java.lang.String |
toString()
Get MetaMatrix Object as a String |
| Methods inherited from class com.metamatrix.admin.objects.MMAdminObject |
|---|
buildIdentifier, buildIdentifierArray, buildIdentifierList, getCreated, getCreatedBy, getCreatedDate, getIdentifier, getIdentifierArray, getLastChangedBy, getLastChangedDate, getLastUpdated, getLastUpdatedBy, getName, getNameFromIdentifier, getObjectType, getParentName, getProperties, getPropertiesAsString, getPropertyValue, getProps, isDeployed, isEnabled, isRegistered, setCreated, setCreatedBy, setDeployed, setEnabled, setIdentifier, setLastUpdated, setLastUpdatedBy, setProperties, setRegistered |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.metamatrix.admin.api.objects.AdminObject |
|---|
getIdentifier, getName, getProperties, getPropertyValue |
| Constructor Detail |
|---|
public MMModel(java.lang.String[] identifierParts)
identifierParts - | Method Detail |
|---|
public java.lang.String toString()
MMAdminObject
toString in class MMAdminObjectObject.toString()public java.util.List getConnectorBindingNames()
Model
getConnectorBindingNames in interface ModelModel.getConnectorBindingNames()public boolean isPhysical()
Model
isPhysical in interface Modeltrue iff it contains physical group(s).Model.isPhysical()public boolean isVisible()
Model
isVisible in interface Modeltrue iff the model is visible
for querying.Model.isVisible()public java.lang.String getModelType()
Model
getModelType in interface ModelModel.getModelType()public java.lang.String getModelURI()
Model
getModelURI in interface ModelModel.getModelURI()public boolean supportsMultiSourceBindings()
Model
supportsMultiSourceBindings in interface Modeltrue iff this model supports multi-source bindingsModel.supportsMultiSourceBindings()public void setConnectorBindingNames(java.util.List bindings)
bindings - public void setSupportsMultiSourceBindings(boolean supports)
supports - public void setPhysical(boolean isPhysical)
isPhysical - Whether this model is visible.public void setVisible(boolean isVisible)
isVisible - Whether this model is visible.public void setModelType(java.lang.String modelType)
modelType - The modelType to set.public void setModelURI(java.lang.String modelURI)
modelURI - The modelURI to set.public boolean isMaterialization()
Model
isMaterialization in interface Modelpublic void setMaterialization(boolean isMaterialization)
isMaterialization - whether the model is a materialization..
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||