| Package | Description |
|---|---|
| com.denodo.common.custom.elements |
Provides the types and values needed to implement Custom elements in
Virtual DataPort.
|
| Modifier and Type | Method and Description |
|---|---|
CustomRecordValue |
CustomElementsFactory.createCustomRecordArray(LinkedHashMap<String,Object> properties)
Deprecated.
Factory method to instantiate a
CustomRecordValue. |
static CustomRecordValue |
CustomElementsUtil.createCustomRecordValue(LinkedHashMap<String,Object> properties)
Factory method to instantiate a
CustomRecordValue. |
CustomRecordValue |
CustomArrayValue.getValue(int position)
Returns the element at the specified position in this array.
|
CustomRecordValue |
CustomArrayValue.removeValue(int position)
Removes the element at the specified position in this array.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomRecordValue> |
CustomArrayValue.getValues()
Obtains all the values in the array.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomArrayValue.addValue(CustomRecordValue value)
Appends the specified
CustomRecordValue to the end of this array. |
void |
CustomArrayValue.addValue(CustomRecordValue value,
int position)
Inserts the specified
CustomRecordValue at the specified position
in this array. |
| Modifier and Type | Method and Description |
|---|---|
CustomArrayValue |
CustomElementsFactory.createCustomArrayValue(List<CustomRecordValue> values)
Deprecated.
Factory method to instantiate a
CustomArrayValue. |
static CustomArrayValue |
CustomElementsUtil.createCustomArrayValue(List<CustomRecordValue> values)
Factory method to instantiate a
CustomArrayValue. |
Copyright © 2024 Denodo Technologies. All rights reserved.