Package | Description |
---|---|
com.denodo.commons.schema |
Modifier and Type | Class and Description |
---|---|
class |
SchemaFieldArray
Represents a field of type array from a schema.
|
class |
SchemaFieldCompound
Represents a compound field from a schema.
|
class |
SchemaFieldRegister
Represents a field of type register from a schema.
|
class |
SchemaFieldSimple
Represents a simple field from a schema.
|
Modifier and Type | Field and Description |
---|---|
protected Collection<SchemaField> |
SchemaFieldCompound.components |
Modifier and Type | Method and Description |
---|---|
Collection<SchemaField> |
SchemaFieldCompound.getComponents() |
Collection<SchemaField> |
Schema.getFields() |
Modifier and Type | Method and Description |
---|---|
void |
SchemaFieldCompound.addComponent(SchemaField component) |
Constructor and Description |
---|
Schema(Collection<SchemaField> fields) |
Copyright © 2024 Denodo Technologies. All rights reserved.