Z - the source typeX - the destination typepublic interface ParentMapping<Z,X> extends Mapping<Z,X,X>
| Modifier and Type | Method and Description |
|---|---|
Mapping<? super X,?,?> |
getChild(String name)
Returns the mapping corresponding to the name.
|
Collection<Mapping<? super X,?,?>> |
getChildren()
Returns the children of the mapping.
|
get, getJavaMember, getJavaType, getLocator, getName, getParent, getPath, getRoot, isCollection, setMapping<? super X,?,?> getChild(String name)
name - the name of the child mappingCollection<Mapping<? super X,?,?>> getChildren()
Copyright © 2012-2013 Batoo. All Rights Reserved.