com.ibm.di.config.base
Class SchemaName

java.lang.Object
  extended by javax.naming.CompoundName
      extended by com.ibm.di.config.base.SchemaName
All Implemented Interfaces:
Serializable, Cloneable, Comparable<Object>, Name

public class SchemaName
extends CompoundName

A CompoundName that can be used to access hierarchical SchemaItems.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.naming.CompoundName
impl, mySyntax
 
Constructor Summary
SchemaName()
           
SchemaName(String ref)
           
 
Method Summary
 
Methods inherited from class javax.naming.CompoundName
add, add, addAll, addAll, clone, compareTo, endsWith, equals, get, getAll, getPrefix, getSuffix, hashCode, isEmpty, remove, size, startsWith, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SchemaName

public SchemaName()
           throws InvalidNameException
Throws:
InvalidNameException

SchemaName

public SchemaName(String ref)
           throws InvalidNameException
Throws:
InvalidNameException