|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.util.xmlconfig.mapping.XMLMapping
public class XMLMapping
Mapping for a given name space.
It contains all classes mapping.
| Constructor Summary | |
|---|---|
XMLMapping()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
addClassMapping(ClassMapping classMapping)
Add a given class mapping object. |
ClassMapping |
getClassMapping(java.lang.String className)
Gets the class mapping for the given class name. |
java.lang.String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XMLMapping()
| Method Detail |
|---|
public void addClassMapping(ClassMapping classMapping)
classMapping - the given class.public ClassMapping getClassMapping(java.lang.String className)
className - the given className.
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||