|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.isam.exehda.services.CellInformationBase.NameSpace
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 |
public static final CellInformationBase.NameSpace DEFAULT_NS
CellInformationBase.NameComponent cn
CellInformationBase.NameSpace parent
Constructor Detail |
public CellInformationBase.NameSpace(CellInformationBase.NameComponent cn, CellInformationBase.NameSpace parent)
NameSpace
instance.
cn
- a NameComponent
valueparent
- a NameSpace
valuepublic CellInformationBase.NameSpace(java.lang.String t, java.lang.String v, CellInformationBase.NameSpace parent)
NameSpace
instance.
t
- a String
valuev
- a String
valueparent
- a NameSpace
valueMethod Detail |
public CellInformationBase.NameSpace getParent()
getParent
method here.
NameSpace
valuepublic boolean equals(java.lang.Object o)
equals
method here.
equals
in class java.lang.Object
o
- an Object
value
boolean
valuepublic int hashCode()
hashCode
method here.
hashCode
in class java.lang.Object
int
valuepublic java.lang.String toString()
toString
method here.
toString
in class java.lang.Object
String
valuepublic boolean contains(CellInformationBase.NameSpace ns)
contains
method here.
ns
- a NameSpace
value
boolean
valuepublic CellInformationBase.NameComponent getName()
getName
method here.
NameComponent
value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |