com.metamatrix.common.config.api
Class ComponentTypeDefnID

java.lang.Object
  extended by com.metamatrix.common.namedobject.BaseID
      extended by com.metamatrix.common.config.api.ComponentTypeDefnID
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Comparable

public class ComponentTypeDefnID
extends BaseID

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.metamatrix.common.namedobject.BaseID
atomicNames, DELIMITER, fullName, WILDCARD
 
Constructor Summary
ComponentTypeDefnID(java.lang.String fullName)
          Create an instance with the specified full name.
 
Method Summary
 
Methods inherited from class com.metamatrix.common.namedobject.BaseID
clone, compareTo, compareToByName, computeHashCode, equals, getFullName, getName, getNameComponent, getNameComponents, getParentFullName, hashCode, hasParent, size, toString, updateHashCode
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComponentTypeDefnID

public ComponentTypeDefnID(java.lang.String fullName)
Create an instance with the specified full name. The full name must be one or more atomic name components delimited by this class' delimeter character.

Parameters:
fullName - the string form of the full name from which this object is to be created; never null and never zero-length.
Throws:
java.lang.IllegalArgumentException - if the full name is null


Copyright © 2009. All Rights Reserved.