com.metamatrix.metadata.runtime.api
Interface VirtualDatabaseID
- All Superinterfaces:
- java.lang.Cloneable, java.lang.Comparable, MetadataID, java.io.Serializable
- All Known Implementing Classes:
- BasicVirtualDatabaseID
public interface VirtualDatabaseID
- extends MetadataID
The VirtualDatabaseID should uniquely identify a VirutalDatabase. This is accomplished when instantiating the class by passing the full name of the VirtualDatabase and the version. These 2 arguments uniquely identify a Virtual Database.
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 |
getVersion
java.lang.String getVersion()
- Returns the version.
- Returns:
- String
Copyright © 2009. All Rights Reserved.