public class JMapField extends JComplexField
JClass.| Modifier and Type | Method and Description |
|---|---|
JSimpleField |
getKeyField()
Get the key sub-field.
|
JSimpleField |
getSubField(String name)
Get the sub-field with the given name.
|
List<JSimpleField> |
getSubFields()
Get the sub-fields associated with this field.
|
NavigableMap<?,?> |
getValue(JObject jobj)
Get the Java value of this field in the given Java model object.
|
JSimpleField |
getValueField()
Get the value sub-field.
|
<R> R |
visit(JFieldSwitch<R> target)
Apply visitor pattern.
|
getJSimpleDB, getName, getStorageId, toStringpublic JSimpleField getKeyField()
public JSimpleField getValueField()
public NavigableMap<?,?> getValue(JObject jobj)
JFieldpublic <R> R visit(JFieldSwitch<R> target)
JFieldpublic List<JSimpleField> getSubFields()
JComplexFieldgetSubFields in class JComplexFieldpublic JSimpleField getSubField(String name)
JComplexFieldgetSubField in class JComplexFieldname - sub-field nameCopyright © 2017. All rights reserved.