com.metamatrix.metadata.runtime.api
Interface ProcedureID

All Superinterfaces:
java.lang.Cloneable, java.lang.Comparable, MetadataID, java.io.Serializable
All Known Implementing Classes:
BasicProcedureID

public interface ProcedureID
extends MetadataID

The ProcedureID is the unique identifier for a Procedure.


Method Summary
 ModelID getModelID()
          Return the modelID that this procedure is part of.
 
Methods inherited from interface com.metamatrix.metadata.runtime.api.MetadataID
clone, compareTo, compareToByName, equals, getFullName, getName, getNameComponent, getNameComponents, getParentFullName, getPath, hashCode, size, toString
 

Method Detail

getModelID

ModelID getModelID()
Return the modelID that this procedure is part of.

Returns:
ModelID is the model the procedure is contained in


Copyright © 2009. All Rights Reserved.