Uses of Interface
com.metamatrix.metadata.runtime.api.ElementID

Packages that use ElementID
com.metamatrix.metadata.runtime.model   
 

Uses of ElementID in com.metamatrix.metadata.runtime.model
 

Classes in com.metamatrix.metadata.runtime.model that implement ElementID
 class BasicElementID
           
 

Methods in com.metamatrix.metadata.runtime.model with parameters of type ElementID
 void BasicKey.addElementID(ElementID elementID)
           
 void BasicGroup.addElementID(ElementID elementID)
           
 void BasicGroup.addElementID(int position, ElementID elementID)
           
 boolean BasicGroup.containsElementID(ElementID elementID)
           
 void BasicGroup.removeElementID(ElementID elementID)
           
 

Constructors in com.metamatrix.metadata.runtime.model with parameters of type ElementID
BasicElement(ElementID element, BasicVirtualDatabaseID virtualDBID)
          Call constructor to instantiate a runtime object by passing the RuntimeID that identifies the entity and the VIrtualDatabaseID that identifes the Virtual Database the object will be contained.
 



Copyright © 2009. All Rights Reserved.