public class MultiInstanceNode<T extends InnerModelObject,K extends KeyInfo> extends AtomicPath
| Constructor and Description |
|---|
MultiInstanceNode(Class<T> list,
K k)
Creates a multi instance object.
|
| Modifier and Type | Method and Description |
|---|---|
K |
key()
Returns the key object for list.
|
void |
key(K k)
Sets the key object for list.
|
Class<T> |
listClass()
Returns the generated java class for list.
|
void |
listClass(Class<T> list)
Sets the generated java class for list.
|
type, typepublic Class<T> listClass()
public void listClass(Class<T> list)
list - the generated class for listpublic K key()
public void key(K k)
k - the object for listCopyright © 2017. All rights reserved.