com.metamatrix.metadata.runtime.api
Interface ModelID

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

public interface ModelID
extends MetadataID

The runtime id used to uniquely identify a Model.


Method Summary
 java.lang.String getVersion()
          Returns the version.
 
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

getVersion

java.lang.String getVersion()
Returns the version.

Returns:
String


Copyright © 2009. All Rights Reserved.