public abstract class JComplexField extends JField
JClass.| Modifier and Type | Method and Description |
|---|---|
abstract JSimpleField |
getSubField(String name)
Get the sub-field with the given name.
|
abstract List<JSimpleField> |
getSubFields()
Get the sub-fields associated with this field.
|
getJSimpleDB, getName, getStorageId, toStringpublic abstract List<JSimpleField> getSubFields()
public abstract JSimpleField getSubField(String name)
name - sub-field nameIllegalArgumentException - if name is invalidCopyright © 2017. All rights reserved.