com.metamatrix.metadata.runtime.api
Interface DataTypeID

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

public interface DataTypeID
extends MetadataID

DataTypeID uniquely identifies a DataType


Method Summary
 ModelID getModelID()
          Return the modelID that this group 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 group is part of.

Returns:
ModelID is the model the group is contained in


Copyright © 2009. All Rights Reserved.