org.isam.exehda.services
Class CellInformationBase.NameSpace

java.lang.Object
  |
  +--org.isam.exehda.services.CellInformationBase.NameSpace
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CellInformationBase

public static class CellInformationBase.NameSpace
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
(package private)  CellInformationBase.NameComponent cn
           
static CellInformationBase.NameSpace DEFAULT_NS
           
(package private)  CellInformationBase.NameSpace parent
           
 
Constructor Summary
CellInformationBase.NameSpace(CellInformationBase.NameComponent cn, CellInformationBase.NameSpace parent)
          Creates a new NameSpace instance.
CellInformationBase.NameSpace(java.lang.String t, java.lang.String v, CellInformationBase.NameSpace parent)
          Creates a new NameSpace instance.
 
Method Summary
 boolean contains(CellInformationBase.NameSpace ns)
          Describe contains method here.
 boolean equals(java.lang.Object o)
          Describe equals method here.
 CellInformationBase.NameComponent getName()
          Describe getName method here.
 CellInformationBase.NameSpace getParent()
          Describe getParent method here.
 int hashCode()
          Describe hashCode method here.
 java.lang.String toString()
          Describe toString method here.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_NS

public static final CellInformationBase.NameSpace DEFAULT_NS

cn

CellInformationBase.NameComponent cn

parent

CellInformationBase.NameSpace parent
Constructor Detail

CellInformationBase.NameSpace

public CellInformationBase.NameSpace(CellInformationBase.NameComponent cn,
                                     CellInformationBase.NameSpace parent)
Creates a new NameSpace instance.

Parameters:
cn - a NameComponent value
parent - a NameSpace value

CellInformationBase.NameSpace

public CellInformationBase.NameSpace(java.lang.String t,
                                     java.lang.String v,
                                     CellInformationBase.NameSpace parent)
Creates a new NameSpace instance.

Parameters:
t - a String value
v - a String value
parent - a NameSpace value
Method Detail

getParent

public CellInformationBase.NameSpace getParent()
Describe getParent method here.

Returns:
a NameSpace value

equals

public boolean equals(java.lang.Object o)
Describe equals method here.

Overrides:
equals in class java.lang.Object
Parameters:
o - an Object value
Returns:
a boolean value

hashCode

public int hashCode()
Describe hashCode method here.

Overrides:
hashCode in class java.lang.Object
Returns:
an int value

toString

public java.lang.String toString()
Describe toString method here.

Overrides:
toString in class java.lang.Object
Returns:
a String value

contains

public boolean contains(CellInformationBase.NameSpace ns)
Describe contains method here.

Parameters:
ns - a NameSpace value
Returns:
a boolean value

getName

public CellInformationBase.NameComponent getName()
Describe getName method here.

Returns:
a NameComponent value