public interface CustomRecordValue
CustomRecordValue.Property
representing the
fields of the register in the Denodo Platform products.Modifier and Type | Interface and Description |
---|---|
static interface |
CustomRecordValue.Property
Object containing the name and value a record's single property.
|
Modifier and Type | Method and Description |
---|---|
void |
addProperty(String name,
Object value)
Adds a new value to the record.
|
Collection<CustomRecordValue.Property> |
getProperties() |
Object |
getProperty(String name)
Returns the value of the given property.
|
void |
removeProperty(String name)
Removes the property of the current record value.
|
void |
setProperty(String name,
Object value)
Adds a new value to the record.
|
int |
size()
Returns the number of properties in the record value.
|
Collection<CustomRecordValue.Property> getProperties()
Object getProperty(String name)
CustomRecordValue
, a CustomArrayValue
or an
Object
derived of a native type.name
- The name of the property to obtain.void addProperty(String name, Object value)
name
- Name of the property to add.value
- Value of the property to add.void setProperty(String name, Object value)
name
- Name of the property to set.value
- Value of the property to set.void removeProperty(String name)
name
- name of the property to be removed.int size()
Copyright © 2023 Denodo Technologies. All rights reserved.