public abstract class SchemaFieldCompound extends SchemaField
| Modifier and Type | Field and Description |
|---|---|
protected Collection<SchemaField> |
components |
protected static long |
serialVersionUID
For interoperability with possible future changes.
|
| Constructor and Description |
|---|
SchemaFieldCompound(String fieldName,
Class<?> fieldClassName) |
| Modifier and Type | Method and Description |
|---|---|
void |
addComponent(SchemaField component) |
Collection<SchemaField> |
getComponents() |
String |
toString() |
getFieldClassName, getFieldNameprotected static final long serialVersionUID
protected Collection<SchemaField> components
public void addComponent(SchemaField component)
public Collection<SchemaField> getComponents()
public String toString()
toString in class SchemaFieldCopyright © 2024 Denodo Technologies. All rights reserved.