| 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 java.util.Collection<SchemaField> |
SchemaFieldCompound.components |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SchemaField> |
SchemaFieldCompound.getComponents() |
java.util.Collection<SchemaField> |
Schema.getFields() |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaFieldCompound.addComponent(SchemaField component) |
| Constructor and Description |
|---|
Schema(java.util.Collection<SchemaField> fields) |
Copyright © 2024 Denodo Technologies. All rights reserved.