public abstract class JCollectionField extends JComplexField
JClass.| Modifier and Type | Method and Description |
|---|---|
JSimpleField |
getElementField()
Get the element 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.
|
abstract Collection<?> |
getValue(JObject jobj)
Get the Java value of this field in the given Java model object.
|
getJSimpleDB, getName, getStorageId, toStringpublic JSimpleField getElementField()
public abstract Collection<?> getValue(JObject jobj)
JFieldpublic List<JSimpleField> getSubFields()
JComplexFieldgetSubFields in class JComplexFieldpublic JSimpleField getSubField(String name)
JComplexFieldgetSubField in class JComplexFieldname - sub-field nameCopyright © 2017. All rights reserved.